UNPKG

@slack/web-api

Version:

Official library for using the Slack Platform's Web API

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