Forest Admin - API reference
    Preparing search index...
    interface TAggregation<
        S extends TSchema = TSchema,
        N extends TCollectionName<S> = TCollectionName<S>,
    > {
        field?: TFieldName<S, N>;
        groups?: { field: TFieldName<S, N>; operation?: DateOperation }[];
        operation: AggregationOperation;
    }

    Type Parameters

    Index

    Properties

    field?: TFieldName<S, N>
    groups?: { field: TFieldName<S, N>; operation?: DateOperation }[]