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