Lib: Add started_active field to Driver schema

This commit is contained in:
2025-03-27 13:16:17 +01:00
parent 707ba0f156
commit 35af66c222

View File

@ -41,6 +41,7 @@ export interface Driver {
headshot_url?: string;
team: string;
active: boolean;
started_active: boolean;
}
export interface Race {