
export interface PitStopEntry {
    driverId: string,
    lap: number,
    stop: number,
    time: string,
    duration: number
}