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