Variable MessagesServiceBroadcastMessageResponseConst
MessagesServiceBroadcastMessageResponse: ZodObject<
{
failure: ZodOptional<
ZodArray<
ZodObject<
{
error: ZodOptional<
ZodObject<
{
code: ZodOptional<ZodNumber>;
details: ZodOptional<ZodArray<(...)>>;
message: ZodOptional<ZodString>;
},
$strip,
>,
>;
peerId: ZodOptional<ZodString>;
},
$strip,
>,
>,
>;
variables: ZodOptional<ZodRecord<ZodString, ZodString>>;
},
$strip,
> = ...