Type Alias: RoleSearchQueryResult
type RoleSearchQueryResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:6303
Role search response.
Type Declaration
items?
optional items: RoleResult[];
The matching roles.
type RoleSearchQueryResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:6303
Role search response.
optional items: RoleResult[];
The matching roles.