/** * Elrest eDesign Runtime IPC Typescript Messages Instance * * @copyright 2024 Elrest Automations Systeme GMBH */ import { AbstractMessage } from '../AbstractMessage'; import { Type } from '../Type'; import { Instance } from '../../Model/Instance'; /** @codex-xmi-id d7fa840e-6777-5a73-a81c-07e6b3d8e559 */ export declare class IAmError extends AbstractMessage { type: Type; body: Instance; }