UNPKG

310 BTypeScriptView Raw
1import { WebAPICallResult } from '../../WebClient';
2export type AdminAuthPolicyRemoveEntitiesResponse = WebAPICallResult & {
3 entity_total_count?: number;
4 error?: string;
5 needed?: string;
6 ok?: boolean;
7 provided?: string;
8};
9//# sourceMappingURL=AdminAuthPolicyRemoveEntitiesResponse.d.ts.map
\No newline at end of file