@veeroute/lss-agro-angular
Version:
OpenAPI client for @veeroute/lss-agro-angular
27 lines (26 loc) • 709 B
TypeScript
/**
* 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 { 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: OperationTargetAgro;
destination: OperationTargetAgro;
measurements: OperationMeasurementsAgro;
}