interface Avg {
    $avg: any;
}

Properties

Properties

$avg: any

Returns the average value of the numeric values. $avg ignores non-numeric values.