Variable vehicleStatsDataSchemaConst
vehicleStatsDataSchema: (
| {
fields: (
| {
defaultValue: number;
elementType?: undefined;
name: string;
type: string;
}
| {
defaultValue: never[];
elementType: string;
name: string;
type: string;
}
)[];
name: string;
type: string;
}
| {
fields: (
| { defaultValue: number; name: string; type: string }
| { defaultValue: boolean; name: string; type: string }
)[];
name: string;
type: string;
}
)[] = ...