UNPKG

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