Interface ServiceTotals

interface ServiceTotals {
    consecutiveCount: number;
    totalCount: number;
}

Properties

consecutiveCount: number

The number of consecutive results with this result.

totalCount: number

The total count with this result.