MobX Lark
    Preparing search index...

    Interface BusinessCardEntity

    interface BusinessCardEntity {
        type:
            | "contact_names"
            | "company_names"
            | "mobile_phones"
            | "work_phones"
            | "other_phones"
            | "departments"
            | "job_titles"
            | "emails"
            | "websites"
            | "addresses"
            | "faxes";
        value: string;
    }
    Index

    Properties

    Properties

    type:
        | "contact_names"
        | "company_names"
        | "mobile_phones"
        | "work_phones"
        | "other_phones"
        | "departments"
        | "job_titles"
        | "emails"
        | "websites"
        | "addresses"
        | "faxes"
    value: string