/**
 * VRt.Packer [PC]
 *
 * 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 { EntityTypePacker } from './entityType';
/**
 * The description of the entity and the path to it.
 */
export interface EntityPathPacker {
    [key: string]: any | any;
    /**
     * Target entity key.
     */
    entity_key: string | null;
    entity_type: EntityTypePacker;
    child_entity?: EntityPathPacker | null;
}
