torque-pro-assistant - v1.0.0
    Preparing search index...

    Interface VehicleDefaults

    Vehicle defaults — pre-fill the Import flow's details form. Sticks around as the "active vehicle pointer" until the multi-vehicle picker on the Settings page becomes the source of truth.

    interface VehicleDefaults {
        make: string;
        model: string;
        year: number;
    }
    Index

    Properties

    Properties

    make: string
    model: string
    year: number