/**
 * VRt.Studio [ST]
 *
 * The version of the OpenAPI document: 7.18.2755
 * Contact: servicedesk@veeroute.com
 *
 * NOTE: This class is auto generated by OpenAPI Generator.
 * Do not edit the class manually.
 */
import { TripStudio } from './trip';
import { WebTripChartDemandStudio } from './webTripChartDemand';
/**
 * Trip for chart.
 */
export interface WebTripChartStudio {
    [key: string]: any | any;
    trip: TripStudio;
    /**
     * A list of demands info.
     */
    chart_demands: Array<WebTripChartDemandStudio>;
}
