UNPKG

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