website cleanup
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { DriverRegistrationStatusDTO } from '../types/generated/DriverRegistrationStatusDTO';
|
||||
|
||||
export class DriverRegistrationStatusViewModel {
|
||||
isRegistered: boolean;
|
||||
raceId: string;
|
||||
driverId: string;
|
||||
isRegistered!: boolean;
|
||||
raceId!: string;
|
||||
driverId!: string;
|
||||
|
||||
constructor(dto: DriverRegistrationStatusDTO) {
|
||||
Object.assign(this, dto);
|
||||
|
||||
Reference in New Issue
Block a user