weaviate-client
    Preparing search index...

    Type Alias AggregateGroupByResult<T, M>

    AggregateGroupByResult: AggregateResult<T, M> & {
        groupedBy: {
            prop: string;
            value:
                | string
                | number
                | boolean
                | AggregatedGeoCoordinate
                | string[]
                | number[]
                | boolean[];
        };
    }

    Type Parameters