api client refactor
This commit is contained in:
13
apps/website/lib/view-models/ProtestViewModel.ts
Normal file
13
apps/website/lib/view-models/ProtestViewModel.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Protest view model
|
||||
* Represents a race protest
|
||||
*/
|
||||
export interface ProtestViewModel {
|
||||
id: string;
|
||||
raceId: string;
|
||||
complainantId: string;
|
||||
defendantId: string;
|
||||
description: string;
|
||||
status: string;
|
||||
createdAt: string;
|
||||
}
|
||||
Reference in New Issue
Block a user