@slack/web-api / AdminAuthPolicyRemoveEntitiesResponse
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;
warning?
optional warning?: string;