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