diff --git a/src/lib/schema.ts b/src/lib/schema.ts index 460fff3..025236c 100644 --- a/src/lib/schema.ts +++ b/src/lib/schema.ts @@ -41,6 +41,7 @@ export interface Driver { headshot_url?: string; team: string; active: boolean; + started_active: boolean; } export interface Race {