Skip to content

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[]';

MIT licensed. Specification artefacts belong to OpenPEPPOL, CEN and OASIS.