slack-web-api-client
Version:
Streamlined Slack Web API client for TypeScript
13 lines • 434 B
TypeScript
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