@veeroute/lss-agro-angular
Version:
OpenAPI client for @veeroute/lss-agro-angular
30 lines (29 loc) • 746 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 { ProjectConfigurationAgro } from './projectConfiguration';
/**
* Project settings.
*/
export interface ProjectSettingsAgro {
[key: string]: any | any;
configuration?: ProjectConfigurationAgro;
/**
* Window start date in the YYYY-MM-DD format.
*/
start_date: string;
/**
* Window end date in the YYYY-MM-DD format.
*/
end_date: string;
/**
* The capacity of one transport is the unit of grain movement between objects, in tons.
*/
transport_capacity?: number;
}