Lib: Fix invalid field in schema
This commit is contained in:
@ -53,9 +53,6 @@ export interface Driver {
|
|||||||
headshot_url?: string;
|
headshot_url?: string;
|
||||||
team: string;
|
team: string;
|
||||||
active: boolean;
|
active: boolean;
|
||||||
expand: {
|
|
||||||
team: Team;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Race {
|
export interface Race {
|
||||||
|
Reference in New Issue
Block a user