view data fixes
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
export interface DriverRankingItem {
|
||||
import { ViewData } from '@/lib/contracts/view-data/ViewData';
|
||||
|
||||
|
||||
export interface DriverRankingItem extends ViewData {
|
||||
id: string;
|
||||
name: string;
|
||||
rating: number;
|
||||
|
||||
Reference in New Issue
Block a user