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