Lib: Fix invalid field in schema

This commit is contained in:
2025-02-17 20:59:56 +01:00
parent 8c8be5273b
commit 2b90f977d5

View File

@ -53,9 +53,6 @@ export interface Driver {
headshot_url?: string;
team: string;
active: boolean;
expand: {
team: Team;
};
}
export interface Race {