refactor
This commit is contained in:
5
core/racing/application/dtos/CreateTeamResultDTO.ts
Normal file
5
core/racing/application/dtos/CreateTeamResultDTO.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { Team } from '../../domain/entities/Team';
|
||||
|
||||
export interface CreateTeamResultDTO {
|
||||
team: Team;
|
||||
}
|
||||
Reference in New Issue
Block a user