Type Alias: GroupClientSearchResult
type GroupClientSearchResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:2937
Type Declaration
items?
optional items: GroupClientResult[];
The matching client IDs.
type GroupClientSearchResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:2937
optional items: GroupClientResult[];
The matching client IDs.