Lib: Rename field in schema

This commit is contained in:
2024-12-15 20:57:39 +01:00
parent 0ed6e24852
commit 69e9ca1400

View File

@ -45,7 +45,7 @@ export interface Race {
export interface Substitution {
id: string;
driver: string;
substitute: string;
for: string;
race: string;
}