BikeTripDurationCount.ts 86 Bytes
Newer Older
1
2
3
4
export interface IBikeTripDurationCount {
    classLabel: string,
    count: number
}