Lib: Add started_active field to Driver schema
This commit is contained in:
@ -41,6 +41,7 @@ export interface Driver {
|
||||
headshot_url?: string;
|
||||
team: string;
|
||||
active: boolean;
|
||||
started_active: boolean;
|
||||
}
|
||||
|
||||
export interface Race {
|
||||
|
Reference in New Issue
Block a user