MobX Lark
    Preparing search index...

    Interface IDCardEntity

    interface IDCardEntity {
        type:
            | "gender"
            | "address"
            | "identity_name"
            | "identity_code"
            | "valid_date_start"
            | "valid_date_end"
            | "birth"
            | "race"
            | "issued_by";
        value: string;
    }
    Index

    Properties

    Properties

    type:
        | "gender"
        | "address"
        | "identity_name"
        | "identity_code"
        | "valid_date_start"
        | "valid_date_end"
        | "birth"
        | "race"
        | "issued_by"
    value: string