The function will calculate, and return, the lowest - min - value for a property.

interface MinAggregateFunctionV3 {
    min: {
        property: string;
    };
}

Properties

Properties

min: {
    property: string;
}