view data fixes
This commit is contained in:
14
apps/website/lib/view-data/DriverViewData.ts
Normal file
14
apps/website/lib/view-data/DriverViewData.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* ViewData for Driver
|
||||
* This is the JSON-serializable input for the Template.
|
||||
*/
|
||||
export interface DriverViewData {
|
||||
id: string;
|
||||
name: string;
|
||||
avatarUrl: string | null;
|
||||
iracingId?: string;
|
||||
rating?: number;
|
||||
country?: string;
|
||||
bio?: string;
|
||||
joinedAt?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user