Searched refs:ContactQuery (Results 1 – 4 of 4) sorted by relevance
375 export type ContactQuery = { alias543 export declare function getContactsAsync(contactQuery?: ContactQuery): Promise<ContactResponse>;544 export declare function getPagedContactsAsync(contactQuery?: ContactQuery): Promise<ContactResponse…616 export declare function writeContactToFileAsync(contactQuery?: ContactQuery): Promise<string | unde…
1 …ContactQuery = {\n /**\n * The max number of contacts to return. If skipped or set to `0` all c…
396 export type ContactQuery = { alias595 export async function getContactsAsync(contactQuery: ContactQuery = {}): Promise<ContactResponse> {603 contactQuery: ContactQuery = {}734 contactQuery: ContactQuery = {}
102 Contacts.getContactsAsync(contactQuery: ContactQuery): Promise<ContactResponse>112 | contactQuery | `ContactQuery` | Used to query contacts. |281 Contacts.writeContactToFileAsync(contactQuery: ContactQuery): Promise<string>290 | contactQuery | `ContactQuery` | Used to query contacts you want to write. |723 ### ContactQuery