resolve todos in website
This commit is contained in:
@@ -14,6 +14,9 @@ export class ProtestViewModel {
|
||||
status: string;
|
||||
reviewedAt?: string;
|
||||
decisionNotes?: string;
|
||||
incident?: { lap?: number } | null;
|
||||
proofVideoUrl?: string | null;
|
||||
comment?: string | null;
|
||||
|
||||
constructor(dto: ProtestDTO) {
|
||||
this.id = dto.id;
|
||||
|
||||
Reference in New Issue
Block a user