UNPKG

@ohm-vision/kiwi-tequila-api

Version:
5 lines 139 B
import { VehicleType } from "../types"; export interface Vehicle { type: VehicleType; } //# sourceMappingURL=vehicle.interface.d.ts.map