UNPKG

278 BTypeScriptView Raw
1import { WebAPICallResult } from '../../WebClient';
2export type ChatPostEphemeralResponse = WebAPICallResult & {
3 error?: string;
4 message_ts?: string;
5 needed?: string;
6 ok?: boolean;
7 provided?: string;
8};
9//# sourceMappingURL=ChatPostEphemeralResponse.d.ts.map
\No newline at end of file