UNPKG

@slack/web-api

Version:

Official library for using the Slack Platform's Web API

15 lines 415 B
import { WebAPICallResult } from '../WebClient'; export type MigrationExchangeResponse = WebAPICallResult & { enterprise_id?: string; error?: string; invalid_user_ids?: string[]; needed?: string; ok?: boolean; provided?: string; team_id?: string; user_id_map?: UseridMap; warning?: string; }; export interface UseridMap { } //# sourceMappingURL=MigrationExchangeResponse.d.ts.map