Variable messageReactionSchemaConst
messageReactionSchema: ZodObject<
{
payload: ZodOptional<
ZodRecord<ZodString, ZodType<{} | null, ZodTypeDef, {} | null>>,
>;
type: ZodString;
user: ZodOptional<ZodString>;
},
"strip",
ZodTypeAny,
{ payload?: Record<string, {} | null>; type: string; user?: string },
{ payload?: Record<string, {} | null>; type: string; user?: string },
> = ...
Runtime validator for MessageReaction.