view models
This commit is contained in:
@@ -4,7 +4,7 @@ import { ProtestDTO } from '../types/generated/ProtestDTO';
|
||||
* Protest view model
|
||||
* Represents a race protest
|
||||
*/
|
||||
export class ProtestViewModel implements ProtestDTO {
|
||||
export class ProtestViewModel {
|
||||
id: string;
|
||||
raceId: string;
|
||||
complainantId: string;
|
||||
|
||||
Reference in New Issue
Block a user