UNPKG

@veeroute/lss-agro-angular

Version:

OpenAPI client for @veeroute/lss-agro-angular

22 lines (21 loc) 587 B
/** * 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. */ import { TracedataAgro } from './tracedata'; /** * The result of starting an asynchronous calculation. */ export interface CalculationAsyncResultAgro { [key: string]: any | any; tracedata: TracedataAgro; /** * Unique process identifier. One is created per process, the same for different requests for the same process. */ process_code: string; }