/** * VRt.Universal [UV] * * The version of the OpenAPI document: 7.26.3024 * Contact: servicedesk@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator. * Do not edit the class manually. */ import { TripStartTimeStrategyUniversal } from './tripStartTimeStrategy'; import { AttributeUniversal } from './attribute'; /** * Expectations from the calculation result. Affect the calculation logic. */ export interface TripExpectationsUniversal { [key: string]: any | any; trip_start_time_strategy?: TripStartTimeStrategyUniversal; /** * Problem kind. */ problem_kind?: string | null; /** * Attributes. Used to add service information. */ attributes?: Array; }