@regulaforensics/vp-frontend-document-components
    Preparing search index...

    Interface FDSIDList

    Extended document type info and Regula's 'Information Reference Systems' links

    FDSIDList

    interface FDSIDList {
        Count: number;
        dCountryName: string;
        dDescription?: string;
        dFormat: DocumentFormat;
        dMRZ: boolean;
        dStateCode?: string;
        dStateName?: string;
        dType: DocumentType;
        dYear: string;
        ICAOCode: string;
        isDeprecated: boolean;
        List: number[];
    }
    Index

    Properties

    Count: number

    Number of elements in the List

    FDSIDList

    dCountryName: string

    Issuing country name

    FDSIDList

    dDescription?: string

    Document description

    FDSIDList

    FDSIDList

    dMRZ: boolean

    Flag indicating the presence of MRZ on the document

    FDSIDList

    dStateCode?: string

    Issuing state code

    FDSIDList

    dStateName?: string

    Issuing state name

    FDSIDList

    FDSIDList

    dYear: string

    Year of publication of the document

    FDSIDList

    ICAOCode: string

    ICAO code of the issuing country

    FDSIDList

    isDeprecated: boolean

    Whether the document is deprecated

    FDSIDList

    List: number[]

    Document identifiers in 'Information Reference Systems'

    FDSIDList