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