@slack/web-api / DndEndSnoozeResponse
Type Alias: DndEndSnoozeResponse
type DndEndSnoozeResponse = WebAPICallResult & object;
Defined in: packages/web-api/src/types/response/DndEndSnoozeResponse.ts:11
Type Declaration
dnd_enabled?
optional dnd_enabled?: boolean;
error?
optional error?: string;
needed?
optional needed?: string;
next_dnd_end_ts?
optional next_dnd_end_ts?: number;
next_dnd_start_ts?
optional next_dnd_start_ts?: number;
ok?
optional ok?: boolean;
provided?
optional provided?: string;
snooze_enabled?
optional snooze_enabled?: boolean;
warning?
optional warning?: string;