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