export class Race{ id: string = ""; mapName: string = ""; mapUrl: string = ""; mapUID: string = ""; mapImgUrl: string = ""; startDate: Date = new Date(0); endDate: Date = new Date(0); racers: string[] = []; }