@veeroute/lss-studio-angular
Version:
OpenAPI client for @veeroute/lss-studio-angular
22 lines (21 loc) • 767 B
TypeScript
/**
* 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.
*/
/**
* Column name in the table with locations: * `ESSENCE_KEY` - entity key * `ENABLED` - participation in calculation * `PRISTINE` - data change flag * `WORKING_TIME` - working time window * `ATTRIBUTES` - list of attributes in one line * `CUSTOMFIELDS` - custom table fields
*/
export declare enum TableLocationColumnTypeStudio {
ESSENCE_KEY = "ESSENCE_KEY",
ENABLED = "ENABLED",
PRISTINE = "PRISTINE",
WORKING_TIME = "WORKING_TIME",
NAME = "NAME",
ATTRIBUTES = "ATTRIBUTES",
CUSTOMFIELDS = "CUSTOMFIELDS"
}