api client refactor
This commit is contained in:
10
apps/website/lib/dtos/LeagueOwnerSummaryDto.ts
Normal file
10
apps/website/lib/dtos/LeagueOwnerSummaryDto.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* League owner summary transport object
|
||||
* Summary information for league owners
|
||||
*/
|
||||
export interface LeagueOwnerSummaryDto {
|
||||
leagueId: string;
|
||||
leagueName: string;
|
||||
memberCount: number;
|
||||
pendingRequests: number;
|
||||
}
|
||||
Reference in New Issue
Block a user