/** * VRt.Universal [UV] * * The version of the OpenAPI document: 7.26.3024 * Contact: servicedesk@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator. * Do not edit the class manually. */ import { EntityTypeUniversal } from './entityType'; /** * The description of the entity and the path to it. */ export interface EntityPathUniversal { [key: string]: any | any; /** * Target entity key. */ entity_key: string | null; entity_type: EntityTypeUniversal; child_entity?: EntityPathUniversal | null; }