interface-forge - v2.5.0
    Preparing search index...

    Type Alias VehicleDefinition

    VehicleDefinition: LocaleEntry<
        {
            bicycle_type: string[];
            fuel: string[];
            manufacturer: string[];
            model: string[];
            type: string[];
        },
    >

    The possible definitions related to vehicles.