Lib: Add SeasonPick schema
This commit is contained in:
@ -77,6 +77,22 @@ export interface RacePick {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface SeasonPick {
|
||||||
|
id: string;
|
||||||
|
user: string;
|
||||||
|
hottake: string;
|
||||||
|
wdcwinner: string;
|
||||||
|
wccwinner: string;
|
||||||
|
mostovertakes: string;
|
||||||
|
mostdnfs: string;
|
||||||
|
doohanstarts: number;
|
||||||
|
teamwinners: string[];
|
||||||
|
podiums: string[];
|
||||||
|
expand: {
|
||||||
|
user: User;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
export interface RaceResult {
|
export interface RaceResult {
|
||||||
id: string;
|
id: string;
|
||||||
race: string;
|
race: string;
|
||||||
|
Reference in New Issue
Block a user