/**
 * 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.
 */
/**
 * Data statistics.
 */
export interface TableDataStatsStudio {
    [key: string]: any | any;
    /**
     * Locations count.
     */
    locations: number;
    /**
     * Orders count.
     */
    orders: number;
    /**
     * Performers count.
     */
    performers: number;
    /**
     * Transports count.
     */
    transports: number;
    /**
     * Hardlinks count.
     */
    hardlinks: number;
    /**
     * Trips count.
     */
    trips: number;
    /**
     * Facts count.
     */
    facts: number;
    /**
     * Using external routing.
     */
    external_routing: boolean;
}
