/**
 * 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';
import { CalculationInfoPacker } from './calculationInfo';
/**
 * Current calculation state.
 */
export interface CalculationStatePacker {
    [key: string]: any | any;
    tracedata: TracedataPacker;
    /**
     * Calculation progress as a percentage. The progress displays the current number of completed steps.
     */
    calculation_progress: number;
    calculation_info: CalculationInfoPacker;
}
