export interface TimingsData {
    driverId: string,
    position: number,
    time: string
}