UNPKG

@veeroute/lss-agro-angular

Version:

OpenAPI client for @veeroute/lss-agro-angular

24 lines (23 loc) 650 B
/** * VRt.Agro [AG] * * The version of the OpenAPI document: 7.33.3222 * Contact: support@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator. * Do not edit the class manually. */ import { TracedataAgro } from './tracedata'; import { CalculationInfoAgro } from './calculationInfo'; /** * Current calculation state. */ export interface CalculationStateAgro { [key: string]: any | any; tracedata: TracedataAgro; /** * Calculation progress as a percentage. The progress displays the current number of completed steps. */ calculation_progress: number; calculation_info: CalculationInfoAgro; }