Lib: Add SeasonPick schema

This commit is contained in:
2025-02-18 00:42:22 +01:00
parent c8a0a3d5f2
commit 55765d2d42

View File

@ -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 {
id: string;
race: string;