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