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