UNPKG

slack-web-api-client

Version:
14 lines 437 B
import type { SlackAPIResponse } from "../response"; export type AdminConversationsWhitelistRemoveResponse = SlackAPIResponse & { error?: string; needed?: string; ok: boolean; provided?: string; response_metadata?: ResponseMetadata; warning?: string; }; export interface ResponseMetadata { messages?: string[]; warnings?: string[]; } //# sourceMappingURL=AdminConversationsWhitelistRemoveResponse.d.ts.map