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

    Interface DeviceInfoDocumentsDatabase

    Database information.

    DeviceInfoDocumentsDatabase

    interface DeviceInfoDocumentsDatabase {
        description: string | null;
        "export-date": string | null;
        id: string | null;
        version: string | null;
    }
    Index

    Properties

    description: string | null

    Description of the database contents, such as the list of supported countries and documents.

    DeviceInfoDocumentsDatabase

    "export-date": string | null

    Date of database creation.

    DeviceInfoDocumentsDatabase

    id: string | null

    Database identifier.

    DeviceInfoDocumentsDatabase

    version: string | null

    Database version.

    DeviceInfoDocumentsDatabase