Variable messageDataConst
messageData: ZodUnion<
readonly [
ZodObject<
{
"@type": ZodLiteral<"msg.dataRaw">;
body: ZodString;
init_state: ZodString;
},
$strip,
>,
ZodObject<
{ "@type": ZodLiteral<"msg.dataText">; text: ZodString },
$strip,
>,
ZodObject<
{ "@type": ZodLiteral<"msg.dataDecryptedText">; text: ZodString },
$strip,
>,
ZodObject<
{ "@type": ZodLiteral<"msg.dataEncryptedText">; text: ZodString },
$strip,
>,
],
> = ...