api client refactor
This commit is contained in:
9
apps/website/lib/dtos/AllTeamsDto.ts
Normal file
9
apps/website/lib/dtos/AllTeamsDto.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { TeamSummaryDto } from './TeamSummaryDto';
|
||||
|
||||
/**
|
||||
* All teams data transfer object
|
||||
* List of all teams
|
||||
*/
|
||||
export interface AllTeamsDto {
|
||||
teams: TeamSummaryDto[];
|
||||
}
|
||||
Reference in New Issue
Block a user