view models

This commit is contained in:
2025-12-18 13:48:35 +01:00
parent cc2553876a
commit 91adbb9c83
71 changed files with 3119 additions and 359 deletions

View File

@@ -1,5 +1,5 @@
// Note: No generated DTO available for TeamJoinRequest yet
interface TeamJoinRequestDTO {
export interface TeamJoinRequestDTO {
id: string;
teamId: string;
driverId: string;