@veeroute/lss-agro-angular
Version:
OpenAPI client for @veeroute/lss-agro-angular
33 lines (32 loc) • 767 B
TypeScript
/**
* 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 { OperationTypeAgro } from './operationType';
import { OperationMeasurementsAgro } from './operationMeasurements';
import { OperationTargetAgro } from './operationTarget';
/**
* Grain processing operation.
*/
export interface ManufacturingOperationAgro {
[key: string]: any | any;
type: OperationTypeAgro;
/**
* Crop key.
*/
crop_key: string;
/**
* Source.
*/
source: OperationTargetAgro;
/**
* Source.
*/
destination: OperationTargetAgro;
measurements: OperationMeasurementsAgro;
}