@slack/web-api
Version:
Official library for using the Slack Platform's Web API
12 lines • 367 B
TypeScript
import type { WebAPICallResult } from '../../WebClient';
export type DndEndSnoozeResponse = WebAPICallResult & {
dnd_enabled?: boolean;
error?: string;
needed?: string;
next_dnd_end_ts?: number;
next_dnd_start_ts?: number;
ok?: boolean;
provided?: string;
snooze_enabled?: boolean;
};
//# sourceMappingURL=DndEndSnoozeResponse.d.ts.map