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