/** * VRt.Universal [UV] * * The version of the OpenAPI document: 7.26.3024 * Contact: servicedesk@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator. * Do not edit the class manually. */ import { TracedataUniversal } from './tracedata'; /** * The result of starting an asynchronous calculation. */ export interface CalculationAsyncResultUniversal { [key: string]: any | any; tracedata: TracedataUniversal; /** * Unique process identifier. One is created per process, the same for different requests for the same process. */ process_code: string; }