/**
 * VRt.Packer [PC]
 *
 * 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 { TracedataPacker } from './tracedata';
/**
 * The result of starting an asynchronous calculation.
 */
export interface CalculationAsyncResultPacker {
    [key: string]: any | any;
    tracedata: TracedataPacker;
    /**
     * Unique process identifier. One is created per process, the same for different requests for the same process.
     */
    process_code: string;
}
