/** * Elrest eDesign Runtime IPC Typescript Messages Instance * * @copyright 2024 Elrest Automations Systeme GMBH */ import { AbstractMessage } from '../AbstractMessage'; import { Type } from '../Type'; /** @codex-xmi-id 000b1b86-5df6-528c-9d61-668fcddfe768 */ export declare class StartRequest extends AbstractMessage { type: Type; /** * Instance UUID */ body: string; }