view data fixes
This commit is contained in:
9
apps/website/lib/view-data/UserProfileViewData.ts
Normal file
9
apps/website/lib/view-data/UserProfileViewData.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { ViewData } from '@/lib/contracts/view-data/ViewData';
|
||||
|
||||
export interface UserProfileViewData extends ViewData {
|
||||
id: string;
|
||||
name: string;
|
||||
avatarUrl?: string;
|
||||
iracingId?: string;
|
||||
rating?: number;
|
||||
}
|
||||
Reference in New Issue
Block a user