/**
 * 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 { TimeWindowStudio } from './timeWindow';
/**
 * An demand made for a specific stop.
 */
export interface StopDemandStudio {
    [key: string]: any | any;
    /**
     * Demand key.
     */
    demand_key: string;
    /**
     * Event key.
     */
    event_key: string;
    demand_time_window: TimeWindowStudio | null;
}
