@veeroute/lss-account-angular
Version:
OpenAPI client for @veeroute/lss-account-angular
22 lines (21 loc) • 496 B
TypeScript
/**
* VRt.Account [AC]
*
* 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.
*/
/**
* Process type. Uniqueness of points is considered within one type.
*/
export declare enum ProcessTypeAccount {
NOTRACE = "NOTRACE",
TRACE = "TRACE",
PLAN = "PLAN",
CONVERT = "CONVERT",
VALIDATE = "VALIDATE",
ROUTE = "ROUTE",
MATRIX = "MATRIX"
}