Type Alias ServerTextMessage

ServerTextMessage: {
    text: {
        body: string;
    };
    type: "text";
}