Skip to main content

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;