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