UNPKG

@slack/web-api

Version:

Official library for using the Slack Platform's Web API

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