Type Alias: GroupSearchQueryResult
type GroupSearchQueryResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:2897
Group search response.
Type Declaration
items?
optional items: GroupResult[];
The matching groups.
type GroupSearchQueryResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:2897
Group search response.
optional items: GroupResult[];
The matching groups.