/**
 * This file was generated by st-open-api
 */
export interface IRoadTravel {
    distance?: number;
    engineType: string;
    fromLocation?: string;
    toLocation?: string;
    vehicleCategory: string;
}
