Variable webhookEventGridDataSchemaConst
webhookEventGridDataSchema: z.ZodObject<
{
payload: typeof webhookPayloadSchema;
webhook: z.ZodObject<
{
roomId: typeof selectWebhookInMessageSchema.shape["roomId"];
userId: typeof selectWebhookInMessageSchema.shape["userId"];
},
>;
},
> = ...