website refactor
This commit is contained in:
15
apps/website/lib/view-data/DriverRankingItem.ts
Normal file
15
apps/website/lib/view-data/DriverRankingItem.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
export interface DriverRankingItem {
|
||||
id: string;
|
||||
name: string;
|
||||
rating: number;
|
||||
skillLevel: string;
|
||||
nationality: string;
|
||||
racesCompleted: number;
|
||||
wins: number;
|
||||
podiums: number;
|
||||
rank: number;
|
||||
avatarUrl: string;
|
||||
winRate: string;
|
||||
medalBg: string;
|
||||
medalColor: string;
|
||||
}
|
||||
Reference in New Issue
Block a user