import * as z from 'zod'; export const NotificationUpdateManyResultSchema = z.object({ count: z.number() });