UNPKG

434 BTypeScriptView Raw
1import { WebAPICallResult } from '../../WebClient';
2export type TeamPreferencesListResponse = WebAPICallResult & {
3 allow_message_deletion?: boolean;
4 disable_file_uploads?: string;
5 display_real_names?: boolean;
6 error?: string;
7 msg_edit_window_mins?: number;
8 needed?: string;
9 ok?: boolean;
10 provided?: string;
11 who_can_post_general?: string;
12};
13//# sourceMappingURL=TeamPreferencesListResponse.d.ts.map
\No newline at end of file