interface CumulativePeriod {
    windowInMinutes: number;
    periodBegin: string;
    periodEnd: string;
    count: number;
}

Properties

windowInMinutes: number
periodBegin: string
periodEnd: string
count: number