Home > @rainway/web > IRainwayMessage
IRainwayMessage type
Signature:
export declare type IRainwayMessage = {
kind: "Media";
body: IMediaBodyNotChunk;
} | {
kind: "Logic";
body: ILogicBody;
} | {
kind: "Input";
body: IInputBody;
};
References: IMediaBodyNotChunk, ILogicBody, IInputBody