UNPKG

322 BTypeScriptView Raw
1import { WebAPICallResult } from '../../WebClient';
2export type DndInfoResponse = WebAPICallResult & {
3 dnd_enabled?: boolean;
4 error?: string;
5 needed?: string;
6 next_dnd_end_ts?: number;
7 next_dnd_start_ts?: number;
8 ok?: boolean;
9 provided?: string;
10};
11//# sourceMappingURL=DndInfoResponse.d.ts.map
\No newline at end of file