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