Type alias GroupByAggregate<T>

GroupByAggregate<T>: {
    limit?: number;
    property: keyof T & string;
}

Type Parameters

  • T

Type declaration

  • Optional limit?: number
  • property: keyof T & string