view data fixes
This commit is contained in:
@@ -5,7 +5,9 @@ import type { GetDriverTeamOutputDTO } from '@/lib/types/generated/GetDriverTeam
|
||||
*
|
||||
* Represents a driver's team membership in a UI-ready format.
|
||||
*/
|
||||
export class DriverTeamViewModel {
|
||||
import { ViewModel } from "../contracts/view-models/ViewModel";
|
||||
|
||||
export class DriverTeamViewModel extends ViewModel {
|
||||
teamId: string;
|
||||
teamName: string;
|
||||
tag: string;
|
||||
|
||||
Reference in New Issue
Block a user