nationid - v2.2.1
    Preparing search index...

    Variable plBundleConst

    plBundle: {
        country: "PL";
        defaultPersonal: "PL_PESEL";
        defaultTax: "PL_NIP";
        personal: readonly [DocumentSpec<DocumentTypeCode>];
        tax: readonly [
            DocumentSpec<DocumentTypeCode>,
            DocumentSpec<DocumentTypeCode>,
            DocumentSpec<DocumentTypeCode>,
        ];
    } = ...

    Type Declaration