export class RaceEntry { id: string = ""; race_id: string = ""; racer_id: string = ""; replayPath: string = ""; time: number = 0; }