Skip to main content

@slack/web-api / DndInfoResponse

Type Alias: DndInfoResponse

type DndInfoResponse = WebAPICallResult & object;

Defined in: packages/web-api/src/types/response/DndInfoResponse.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;

warning?​

optional warning?: string;