weaviate-client
    Preparing search index...

    Type Alias AggregateGroupByOptions<T, M>

    AggregateGroupByOptions: AggregateBaseOptions<M> & {
        groupBy: PropertyOf<T> | GroupByAggregate<T>;
    }

    Type Parameters

    • T
    • M