nationid - v2.2.1
    Preparing search index...

    Variable deBundleConst

    deBundle: {
        country: "DE";
        defaultPersonal: "DE_STEUER_ID";
        defaultTax: "DE_USTID";
        personal: readonly [DocumentSpec<DocumentTypeCode>];
        tax: readonly [
            DocumentSpec<DocumentTypeCode>,
            DocumentSpec<DocumentTypeCode>,
            DocumentSpec<DocumentTypeCode>,
        ];
    } = ...

    Germany (DE) document bundle for orchestrator registration.

    Type Declaration