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