UNPKG

@veeroute/lss-agro-angular

Version:

OpenAPI client for @veeroute/lss-agro-angular

23 lines (22 loc) 551 B
/** * 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 { AgroEntityTypeAgro } from './agroEntityType'; /** * The description of the entity and the path to it. */ export interface AgroEntityPathAgro { [key: string]: any | any; /** * Target entity key. */ entity_key: string | null; entity_type: AgroEntityTypeAgro; child_entity?: AgroEntityPathAgro | null; }