/** * Elrest eDesign Runtime IPC Typescript Messages Script * * @copyright 2024 Elrest Automations Systeme GMBH */ import { AbstractMessage } from './../AbstractMessage'; import { Type } from './../Type'; /** @codex-xmi-id 60fb2cf5-2b89-5f23-a8bc-2434878a296c */ export declare class DeleteRequest extends AbstractMessage { type: Type; body: string; }