Documentation / @facturometro/core / DocumentPath
Type Alias: DocumentPath ​
DocumentPath = keyof
DocumentPaths
Defined in: packages/core/src/model/paths.generated.ts:199
A model path pattern of DocumentPaths.
Example ​
ts
import type { DocumentPath } from '@facturometro/core';
const at: DocumentPath = 'taxTotal[].taxSubtotal[]';