fix issues in core
This commit is contained in:
9
core/racing/application/dto/ResultDTO.ts
Normal file
9
core/racing/application/dto/ResultDTO.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export interface ResultDTO {
|
||||
id: string;
|
||||
raceId: string;
|
||||
driverId: string;
|
||||
position: number;
|
||||
points: number;
|
||||
time?: string;
|
||||
incidents?: number;
|
||||
}
|
||||
Reference in New Issue
Block a user