@veeroute/lss-agro-angular
Version:
OpenAPI client for @veeroute/lss-agro-angular
23 lines (22 loc) • 535 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 { EntityTypeAgro } from './entityType';
/**
* The description of the entity and the path to it.
*/
export interface EntityPathAgro {
[key: string]: any | any;
/**
* Target entity key.
*/
entity_key: string | null;
entity_type: EntityTypeAgro;
child_entity?: EntityPathAgro | null;
}