UNPKG

slack-web-api-client

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