UNPKG

@veeroute/lss-studio-angular

Version:

OpenAPI client for @veeroute/lss-studio-angular

23 lines (22 loc) 545 B
/** * VRt.Studio [ST] * * The version of the OpenAPI document: 7.23.2926 * Contact: servicedesk@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator. * Do not edit the class manually. */ import { EntityTypeStudio } from './entityType'; /** * The description of the entity and the path to it. */ export interface EntityPathStudio { [key: string]: any | any; /** * Target entity key. */ entity_key: string | null; entity_type: EntityTypeStudio; child_entity?: EntityPathStudio | null; }