Stat

interface Stat {
    count: number;
    endDate: string;
    startDate: string;
}

Properties

count: number

The statistic count

endDate: string

The statistic end date (not taken into account)

startDate: string

The statistic start date