/**
 * This file was generated by st-open-api
 */
export interface IVehicleFleetDistance {
    distance: number;
    vehicleType: string;
}
