Type Alias: RoleClientSearchResult
type RoleClientSearchResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:6343
Type Declaration
items?
optional items: RoleClientResult[];
The matching clients.
type RoleClientSearchResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:6343
optional items: RoleClientResult[];
The matching clients.