Variable threadReplyNotificationEventGridDataSchemaConst
threadReplyNotificationEventGridDataSchema: ZodObject<
{
message: ZodObject<
{
message: ZodDefault<
ZodPipe<ZodPipe<ZodString, ZodTransform<string, string>>, ZodString>,
>;
partitionKey: ZodUUID;
rowKey: ZodString;
userId: ZodString;
},
$strip,
>;
notificationOptions: ZodObject<
{
icon: ZodOptional<ZodNullable<ZodString>>;
title: ZodOptional<ZodNullable<ZodString>>;
},
$strip,
>;
threadRootRowKey: ZodString;
},
$strip,
> = ...