/** * 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 { EntityPathUniversal } from './entityPath'; import { EntityWarningTypeUniversal } from './entityWarningType'; /** * Description of the warning of the input data. */ export interface EntityWarningUniversal { [key: string]: any | any; type: EntityWarningTypeUniversal; /** * Information about warning. */ info?: string | null; /** * List of entities related to warning. */ entities: Array; }