Interface ContactListOptions

interface ContactListOptions {
    onlyMyContacts?: boolean;
    withLabels?: string[];
}

Properties

onlyMyContacts?: boolean
withLabels?: string[]