/**
 * 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.
 */
/**
 * Entity type. Defines the source object with attributes and the target table.
 */
export declare enum CustomfieldEntityTypeStudio {
    LOCATION = "LOCATION",
    ORDER = "ORDER",
    DEMAND = "DEMAND",
    PERFORMER = "PERFORMER",
    PERFORMER_SHIFT = "PERFORMER_SHIFT",
    TRANSPORT = "TRANSPORT",
    TRANSPORT_SHIFT = "TRANSPORT_SHIFT",
    HARDLINK = "HARDLINK",
    TRIP = "TRIP",
    FACT = "FACT",
    TRIP_STOP = "TRIP_STOP"
}
