view data fixes
This commit is contained in:
10
apps/website/lib/view-data/RenewalAlertViewData.ts
Normal file
10
apps/website/lib/view-data/RenewalAlertViewData.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* ViewData for RenewalAlert
|
||||
*/
|
||||
export interface RenewalAlertViewData {
|
||||
id: string;
|
||||
name: string;
|
||||
type: 'league' | 'team' | 'driver' | 'race' | 'platform';
|
||||
renewDate: string;
|
||||
price: number;
|
||||
}
|
||||
Reference in New Issue
Block a user