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