Searched refs:ContactResponse (Results 1 – 4 of 4) sorted by relevance
357 export type ContactResponse = { alias543 export declare function getContactsAsync(contactQuery?: ContactQuery): Promise<ContactResponse>;544 export declare function getPagedContactsAsync(contactQuery?: ContactQuery): Promise<ContactResponse…
1 …ContactResponse = {\n /**\n * An array of contacts that match a particular query.\n */\n dat…
376 export type ContactResponse = { alias595 export async function getContactsAsync(contactQuery: ContactQuery = {}): Promise<ContactResponse> {604 ): Promise<ContactResponse> {
102 Contacts.getContactsAsync(contactQuery: ContactQuery): Promise<ContactResponse>118 | contactResponse | `ContactResponse` | Contacts returned from the query. |763 ### ContactResponse