UNPKG

slack-web-api-client

Version:
8 lines 271 B
import type { SlackAPIResponse } from "../response"; export type ChatDeleteScheduledMessageResponse = SlackAPIResponse & { error?: string; needed?: string; ok: boolean; provided?: string; }; //# sourceMappingURL=ChatDeleteScheduledMessageResponse.d.ts.map