IGPAPI
    Preparing search index...

    Interface AddressBookLinkInput

    interface AddressBookLinkInput {
        contacts: {
            email_addresses: string[];
            first_name: string;
            last_name: string;
            phone_numbers: string[];
        }[];
        module?: MobileNavModule;
    }
    Index

    Properties

    Properties

    contacts: {
        email_addresses: string[];
        first_name: string;
        last_name: string;
        phone_numbers: string[];
    }[]
    module?: MobileNavModule