UNPKG

@veeroute/lss-agro-angular

Version:

OpenAPI client for @veeroute/lss-agro-angular

36 lines (35 loc) 624 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. */ /** * A leftover. */ export interface LeftoverAgro { [key: string]: any | any; /** * Crop key. */ crop_key: string; /** * Humidity crop, in ppm (‰). */ humidity: number; /** * Target key. */ target_key: string; /** * Target storage key. */ target_detail_key?: string | null; /** * Weight, in tn. */ amount: number; }