view models

This commit is contained in:
2025-12-18 13:56:05 +01:00
parent 91adbb9c83
commit 4f99098b32
20 changed files with 24 additions and 25 deletions

View File

@@ -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;