@slack/web-api
Version:
Official library for using the Slack Platform's Web API
11 lines • 317 B
TypeScript
import type { WebAPICallResult } from '../../WebClient';
export type ChatAppendStreamResponse = WebAPICallResult & {
channel?: string;
error?: string;
needed?: string;
ok?: boolean;
provided?: string;
ts?: string;
warning?: string;
};
//# sourceMappingURL=ChatAppendStreamResponse.d.ts.map