UNPKG

@veeroute/lss-agro-angular

Version:

OpenAPI client for @veeroute/lss-agro-angular

30 lines (29 loc) 630 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 { ChamberAgro } from './chamber'; import { AttributeAgro } from './attribute'; /** * A dryer. */ export interface DryerAgro { [key: string]: any | any; /** * Key, unique identifier. */ key: string; /** * List of chambers. */ chamber_variants: Array<ChamberAgro>; /** * Attributes. Used to add service information. */ attributes?: Array<AttributeAgro>; }