UNPKG

@veeroute/lss-studio-angular

Version:

OpenAPI client for @veeroute/lss-studio-angular

24 lines (23 loc) 557 B
/** * 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. */ /** * Limiting the location\'s ability to serve transport. */ export interface LocationTransportsLimitStudio { [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; }