refactor
This commit is contained in:
7
core/racing/application/dto/GetLeagueAdminResultDTO.ts
Normal file
7
core/racing/application/dto/GetLeagueAdminResultDTO.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface GetLeagueAdminResultDTO {
|
||||
league: {
|
||||
id: string;
|
||||
ownerId: string;
|
||||
};
|
||||
// Additional data would be populated by combining multiple use cases
|
||||
}
|
||||
Reference in New Issue
Block a user