Type Alias: RoleUserSearchResult
type RoleUserSearchResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:6314
Type Declaration
items?
optional items: RoleUserResult[];
The matching users.
type RoleUserSearchResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:6314
optional items: RoleUserResult[];
The matching users.