Type Alias: RoleGroupSearchResult
type RoleGroupSearchResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:6372
Type Declaration
items?
optional items: RoleGroupResult[];
The matching groups.
type RoleGroupSearchResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:6372
optional items: RoleGroupResult[];
The matching groups.