Calculates the lowest value for the property

interface MinAggregate {
    min: {
        property: AggregateProperty;
    };
}

Properties

Properties

min: {
    property: AggregateProperty;
}