@veeroute/lss-agro-angular
Version:
OpenAPI client for @veeroute/lss-agro-angular
18 lines (17 loc) • 651 B
TypeScript
/**
* VRt.Agro [AG]
*
* 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.
*/
/**
* Warning type: * `NO_COMPATIBLE_STORAGE` - no compatible storage locations * `NO_AVAILABLE_MOVEMENT` - the object is not in the movement matrix * `NO_AVAILABLE_CONSUMER` - there is no consumer for this type of culture
*/
export declare enum EntityWarningTypeAgro {
NO_COMPATIBLE_STORAGE = "NO_COMPATIBLE_STORAGE",
NO_AVAILABLE_MOVEMENT = "NO_AVAILABLE_MOVEMENT",
NO_AVAILABLE_CONSUMER = "NO_AVAILABLE_CONSUMER"
}