UNPKG

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