nationid - v2.2.1
    Preparing search index...

    Variable hnBundleConst

    hnBundle: {
        country: "HN";
        defaultPersonal: "HN_DNI";
        defaultTax: "HN_RTN";
        personal: readonly [
            DocumentSpec<DocumentTypeCode>,
            DocumentSpec<DocumentTypeCode>,
        ];
        tax: readonly [
            DocumentSpec<DocumentTypeCode>,
            DocumentSpec<DocumentTypeCode>,
        ];
    } = ...

    Type Declaration