Variable messageContentConst
messageContent: ZodObject<
{
body: ZodString;
decoded: ZodNullable<
ZodUnion<
readonly [
ZodObject<
{
"@type": ZodOptional<ZodLiteral<"text_comment">>;
comment: ZodOptional<ZodString>;
text: ZodOptional<ZodString>;
type: ZodOptional<ZodLiteral<"text_comment">>;
},
$strip,
>,
ZodObject<
{
"@type": ZodOptional<ZodLiteral<"binary_comment">>;
hex_comment: ZodOptional<ZodString>;
type: ZodOptional<ZodLiteral<"binary_comment">>;
},
$strip,
>,
ZodObject<{}, $loose>,
],
>,
>;
hash: ZodString;
},
$strip,
> = ...