UNPKG

slack-web-api-client

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