@veeroute/lss-agro-angular
Version:
OpenAPI client for @veeroute/lss-agro-angular
72 lines (71 loc) • 1.58 kB
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.
*/
/**
* General statistics.
*/
export interface AgroPlanStatisticsAgro {
[key: string]: any | any;
/**
* The number of planned fields.
*/
days_count: number;
/**
* The total number of planned crops.
*/
crops_count: number;
/**
* The total number of planned fields.
*/
fields_count: number;
/**
* Total number of partially harvested fields.
*/
fields_part_count: number;
/**
* The total number of planned elevators.
*/
elevators_count: number;
/**
* The total number of planned factories.
*/
factory_count: number;
/**
* The total number of planned markets.
*/
markets_count: number;
/**
* Total mileage, in km.
*/
total_distance: number;
/**
* The total cost of all transactions, in conventional monetary units.
*/
total_cost: number;
/**
* Total number of unused crops.
*/
unplanned_crops_count: number;
/**
* Total number of unharvested fields.
*/
unplanned_fields_count: number;
/**
* Total number of unused elevators.
*/
unplanned_elevators_count: number;
/**
* Total number of unused factories.
*/
unplanned_factories_count: number;
/**
* Total number of unused markets.
*/
unplanned_markets_count: number;
}