interface MaxAggregateResult {
    max: number;
}

Properties

Properties

max: number