api client refactor
This commit is contained in:
9
apps/website/lib/dtos/AllLeaguesWithCapacityDto.ts
Normal file
9
apps/website/lib/dtos/AllLeaguesWithCapacityDto.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { LeagueSummaryDto } from './LeagueSummaryDto';
|
||||
|
||||
/**
|
||||
* All leagues with capacity transport object
|
||||
* Contains a list of leagues with their capacity information
|
||||
*/
|
||||
export interface AllLeaguesWithCapacityDto {
|
||||
leagues: LeagueSummaryDto[];
|
||||
}
|
||||
Reference in New Issue
Block a user