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