1 | import type { WebAPICallResult } from '../../WebClient';
|
2 | export type UsersDiscoverableContactsLookupResponse = WebAPICallResult & {
|
3 | error?: string;
|
4 | is_discoverable?: boolean;
|
5 | needed?: string;
|
6 | ok?: boolean;
|
7 | provided?: string;
|
8 | response_metadata?: ResponseMetadata;
|
9 | };
|
10 | export interface ResponseMetadata {
|
11 | messages?: string[];
|
12 | }
|
13 | //# sourceMappingURL=UsersDiscoverableContactsLookupResponse.d.ts.map |
\ | No newline at end of file |