UNPKG

slack-web-api-client

Version:
13 lines 434 B
import type { SlackAPIResponse } from "../response"; export type TeamPreferencesListResponse = SlackAPIResponse & { allow_message_deletion?: boolean; disable_file_uploads?: string; display_real_names?: boolean; error?: string; msg_edit_window_mins?: number; needed?: string; ok: boolean; provided?: string; who_can_post_general?: string; }; //# sourceMappingURL=TeamPreferencesListResponse.d.ts.map