view data fixes
This commit is contained in:
@@ -7,7 +7,9 @@ import { StatusDisplay } from '../display-objects/StatusDisplay';
|
||||
* Protest view model
|
||||
* Represents a race protest
|
||||
*/
|
||||
export class ProtestViewModel {
|
||||
import { ViewModel } from "../contracts/view-models/ViewModel";
|
||||
|
||||
export class ProtestViewModel extends ViewModel {
|
||||
id: string;
|
||||
raceId: string;
|
||||
protestingDriverId: string;
|
||||
|
||||
Reference in New Issue
Block a user