refactor
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export interface GetLeagueScheduleResultDTO {
|
||||
races: Array<{
|
||||
id: string;
|
||||
name: string;
|
||||
scheduledAt: Date;
|
||||
}>;
|
||||
}
|
||||
Reference in New Issue
Block a user