Lib: Rename field in schema

This commit is contained in:
2024-12-15 20:57:39 +01:00
parent 4d635bd536
commit 54adeca546

View File

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