UNPKG

@slack/web-api

Version:

Official library for using the Slack Platform's Web API

9 lines 307 B
import { WebAPICallResult } from '../WebClient'; export type AdminAuthPolicyRemoveEntitiesResponse = WebAPICallResult & { entity_total_count?: number; error?: string; needed?: string; ok?: boolean; provided?: string; }; //# sourceMappingURL=AdminAuthPolicyRemoveEntitiesResponse.d.ts.map