torque-pro-assistant - v1.0.0
    Preparing search index...
    interface DeleteDialogProps {
        calibrationCount: number;
        onCancel: () => void;
        onConfirm: () => void;
        testId?: string;
        vehicle: SavedVehicle;
    }
    Index

    Properties

    calibrationCount: number

    Count of calibration overrides on the vehicle — surfaced in the copy so the user sees what additional state goes away.

    onCancel: () => void
    onConfirm: () => void
    testId?: string
    vehicle: SavedVehicle