UNPKG

@veeroute/lss-agro-angular

Version:

OpenAPI client for @veeroute/lss-agro-angular

23 lines (22 loc) 707 B
/** * VRt.Agro [AG] * * 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 { TracedataAgro } from './tracedata'; import { EntityWarningAgro } from './entityWarning'; /** * Data validation result. */ export interface ValidateResultAgro { [key: string]: any | any; tracedata: TracedataAgro; /** * List of warnings. Depending on the flag `calculation_settings.treat_warnings_as_errors` - triggered checks are interpreted as errors or result in the removal of incorrect data from the calculation. */ warnings: Array<EntityWarningAgro>; }