/** * 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. */ /** * Limiting the location\'s ability to serve transport. */ export interface LocationTransportsLimitUniversal { [key: string]: any | any; /** * The number of transport serviced on average during a specified time window. */ count: number; /** * Penalty for violating the `count`. */ penalty: number; }