Lib: Update fetcher + schema after database update

This commit is contained in:
2025-06-07 22:43:21 +02:00
parent 35c0003159
commit 454b77e778
2 changed files with 21 additions and 0 deletions

View File

@ -176,6 +176,13 @@ export interface ScrapedRaceResult {
points: number;
}
export interface ScrapedRaceResultAcc {
id: string;
race_step: number; // This maps to races
driver_code: string; // This maps to drivers
acc_points: number;
}
export interface ScrapedDriverStanding {
id: string;
driver_code: string; // This maps to drivers