interface AvgAggregateResult {
    avg: number;
}

Properties

Properties

avg: number