blob: 434d70c58f3c35a3dc5daa4baa94503afa06e88e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* This file is automatically generated.
* Run 'pnpm run generate:locales' to update.
*/
import type { VehicleDefinition } from '../../..';
import fuel from './fuel';
import type_ from './type';
const vehicle: VehicleDefinition = {
fuel,
type: type_,
};
export default vehicle;
|