/**
 * 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;
}
