nationid - v2.2.1
    Preparing search index...

    Variable niBundleConst

    niBundle: {
        country: "NI";
        defaultPersonal: "NI_CEDULA";
        defaultTax: "NI_RUC";
        personal: readonly [
            DocumentSpec<DocumentTypeCode>,
            DocumentSpec<DocumentTypeCode>,
        ];
        tax: readonly [
            DocumentSpec<DocumentTypeCode>,
            DocumentSpec<DocumentTypeCode>,
        ];
    } = ...

    Type Declaration