/** * Veeroute.Lastmile * Veeroute Lastmile API * * The version of the OpenAPI document: 3.15.183137 * Contact: support@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { PerformerFactLastmile } from './performerFact'; import { TransportFactLastmile } from './transportFact'; import { OrderFactLastmile } from './orderFact'; /** * Events that have taken place. */ export interface FactsLastmile { /** * List of order\'s facts. */ order_facts?: Array; /** * List of performers\'s facts. */ performer_facts?: Array; /** * List of transport\'s facts. */ transport_facts?: Array; }