@slack/web-api / AdminAuthPolicyGetEntitiesResponse
Type Alias: AdminAuthPolicyGetEntitiesResponse
type AdminAuthPolicyGetEntitiesResponse = WebAPICallResult & object;
Defined in: packages/web-api/src/types/response/AdminAuthPolicyGetEntitiesResponse.ts:11
Type Declaration
entities?
optional entities?: Entity[];
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;