api client refactor
This commit is contained in:
11
apps/website/lib/dtos/LeagueSeasonSummaryDto.ts
Normal file
11
apps/website/lib/dtos/LeagueSeasonSummaryDto.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* League season summary data transfer object
|
||||
* Represents a season within a league
|
||||
*/
|
||||
export interface LeagueSeasonSummaryDto {
|
||||
id: string;
|
||||
name: string;
|
||||
startDate?: string;
|
||||
endDate?: string;
|
||||
status: string;
|
||||
}
|
||||
Reference in New Issue
Block a user