Type Alias: TenantSearchQueryResult
type TenantSearchQueryResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:6653
Tenant search response.
Type Declaration
items?
optional items: TenantResult[];
The matching tenants.
type TenantSearchQueryResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:6653
Tenant search response.
optional items: TenantResult[];
The matching tenants.