Type Alias: AdminAuthPolicyRemoveEntitiesResponse
type AdminAuthPolicyRemoveEntitiesResponse = WebAPICallResult & object;
Defined in: packages/web-api/src/types/response/AdminAuthPolicyRemoveEntitiesResponse.ts:11
Type declaration​
entity_total_count?​
optional entity_total_count: number;
error?​
optional error: string;
needed?​
optional needed: string;
ok?​
optional ok: boolean;
provided?​
optional provided: string;