interface MinAggregateResult {
    min: number;
}

Properties

Properties

min: number