UNPKG

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