api client refactor
This commit is contained in:
10
apps/website/lib/dtos/DriverTeamDto.ts
Normal file
10
apps/website/lib/dtos/DriverTeamDto.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Driver team data transfer object
|
||||
* Represents a driver's team membership
|
||||
*/
|
||||
export interface DriverTeamDto {
|
||||
teamId: string;
|
||||
teamName: string;
|
||||
role: string;
|
||||
joinedAt: Date;
|
||||
}
|
||||
Reference in New Issue
Block a user