refactor
This commit is contained in:
7
core/racing/application/dtos/CreateTeamCommandDTO.ts
Normal file
7
core/racing/application/dtos/CreateTeamCommandDTO.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface CreateTeamCommandDTO {
|
||||
name: string;
|
||||
tag: string;
|
||||
description: string;
|
||||
ownerId: string;
|
||||
leagues: string[];
|
||||
}
|
||||
Reference in New Issue
Block a user