import { AbstractMessage } from './../AbstractMessage'; import { Type } from './../Type'; /** @codex-xmi-id 59cefd5b-d964-5e8a-b0c2-f1a7a88cec7f */ export declare class RefreshSchemaRequest extends AbstractMessage { type: Type; /** * Data schema path */ body: string; }