refactor
This commit is contained in:
10
core/racing/application/dto/FileProtestCommand.ts
Normal file
10
core/racing/application/dto/FileProtestCommand.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { ProtestIncident } from '../../domain/entities/Protest';
|
||||
|
||||
export interface FileProtestCommand {
|
||||
raceId: string;
|
||||
protestingDriverId: string;
|
||||
accusedDriverId: string;
|
||||
incident: ProtestIncident;
|
||||
comment?: string;
|
||||
proofVideoUrl?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user