@slack/web-api / AdminAuthPolicyAssignEntitiesResponse
Type Alias: AdminAuthPolicyAssignEntitiesResponse
type AdminAuthPolicyAssignEntitiesResponse = WebAPICallResult & object;
Defined in: packages/web-api/src/types/response/AdminAuthPolicyAssignEntitiesResponse.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;