website refactor
This commit is contained in:
9
apps/website/lib/view-data/PodiumDriver.ts
Normal file
9
apps/website/lib/view-data/PodiumDriver.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export interface PodiumDriver {
|
||||
id: string;
|
||||
name: string;
|
||||
rating: number;
|
||||
wins: number;
|
||||
podiums: number;
|
||||
avatarUrl: string;
|
||||
position: 1 | 2 | 3;
|
||||
}
|
||||
Reference in New Issue
Block a user