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