nationid - v2.2.1
    Preparing search index...

    Variable gbBundleConst

    gbBundle: {
        country: "GB";
        defaultPersonal: "GB_NINO";
        defaultTax: "GB_UTR";
        personal: readonly [
            DocumentSpec<DocumentTypeCode>,
            DocumentSpec<DocumentTypeCode>,
        ];
        tax: readonly [
            DocumentSpec<DocumentTypeCode>,
            DocumentSpec<DocumentTypeCode>,
            DocumentSpec<DocumentTypeCode>,
        ];
    } = ...

    United Kingdom (GB) document bundle for orchestrator registration.

    Type Declaration