/** * 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 fe774357-b3f6-513b-b093-50f581528d59 */ export declare class SaveResponse extends AbstractMessage { type: Type; body: Instance; }