import { IVehicle } from '@wayke-se/ecom'; export interface VehicleLookup { vehicle: IVehicle; }