UNPKG

@veeroute/lss-studio-angular

Version:

OpenAPI client for @veeroute/lss-studio-angular

27 lines (26 loc) 665 B
/** * VRt.Studio [ST] * * 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 { EntityWarningTypeStudio } from './entityWarningType'; import { EntityPathStudio } from './entityPath'; /** * Description of the warning of the input data. */ export interface EntityWarningStudio { [key: string]: any | any; type: EntityWarningTypeStudio; /** * Information about warning. */ info?: string | null; /** * List of entities related to warning. */ entities: Array<EntityPathStudio>; }