nationid - v2.2.1
    Preparing search index...

    Variable inBundleConst

    inBundle: {
        country: "IN";
        defaultPersonal: "IN_AADHAAR";
        defaultTax: "IN_PAN";
        personal: readonly [
            DocumentSpec<DocumentTypeCode>,
            DocumentSpec<DocumentTypeCode>,
            DocumentSpec<DocumentTypeCode>,
        ];
        tax: readonly [
            DocumentSpec<DocumentTypeCode>,
            DocumentSpec<DocumentTypeCode>,
        ];
    } = ...

    Type Declaration