UNPKG

@veeroute/lss-agro-angular

Version:

OpenAPI client for @veeroute/lss-agro-angular

22 lines (21 loc) 675 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 { DateWindowAgro } from './dateWindow'; /** * Humidity forecast, ppm (‰). */ export interface StockForecastElementAgro { [key: string]: any | any; date_window: DateWindowAgro; /** * Minimum time reserve - how many days in advance it is necessary to maintain the availability of crops in bins to ensure continuity of the consumption process. Current day consumption is not included in this parameter. */ min_stock_days: number; }