UNPKG

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