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