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

    Interface DatabaseDocument

    DatabaseDocument

    interface DatabaseDocument {
        barcode_fields: boolean;
        country: string;
        createad: string;
        deprecated?: boolean;
        doc_type: DocumentType;
        document: string;
        graphic_fields: boolean;
        id: number;
        mrz: boolean;
        region?: string;
        rfid_chip: boolean;
        sovereignty?: string;
        text_fields: boolean;
        updated: string;
        year?: string;
    }
    Index

    Properties

    barcode_fields: boolean

    Whether the document has a barcode.

    DatabaseDocument

    country: string

    Country name.

    DatabaseDocument

    createad: string

    Date when the document description was created in the database.

    DatabaseDocument

    deprecated?: boolean

    Whether the document is no longer in circulation.

    DatabaseDocument

    doc_type: DocumentType

    DatabaseDocument

    document: string

    Document name.

    DatabaseDocument

    graphic_fields: boolean

    The presence of graphic fields in the document.

    DatabaseDocument

    id: number

    Document code.

    DatabaseDocument

    mrz: boolean

    The document has an MRZ.

    DatabaseDocument

    region?: string

    Country region.

    DatabaseDocument

    rfid_chip: boolean

    The document has an RFID chip.

    DatabaseDocument

    sovereignty?: string

    Guardian country.

    DatabaseDocument

    text_fields: boolean

    The presence of text fields in the document.

    DatabaseDocument

    updated: string

    Date when the document description was updated in the database.

    DatabaseDocument

    year?: string

    The year when the document was issued.

    DatabaseDocument