import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CronJobLogUpdateInputObjectSchema: z.ZodType; export declare const CronJobLogUpdateInputObjectZodSchema: z.ZodObject<{ jobName: z.ZodOptional>]>>; status: z.ZodOptional>]>>; startedAt: z.ZodOptional>]>>; completedAt: z.ZodNullable>]>>>; durationMs: z.ZodNullable>]>>>; errorMessage: z.ZodNullable>]>>>; }, "strict", z.ZodTypeAny, { status?: string | Prisma.StringFieldUpdateOperationsInput | undefined; jobName?: string | Prisma.StringFieldUpdateOperationsInput | undefined; startedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; completedAt?: Date | Prisma.NullableDateTimeFieldUpdateOperationsInput | null | undefined; durationMs?: number | Prisma.NullableIntFieldUpdateOperationsInput | null | undefined; errorMessage?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; }, { status?: string | Prisma.StringFieldUpdateOperationsInput | undefined; jobName?: string | Prisma.StringFieldUpdateOperationsInput | undefined; startedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; completedAt?: Date | Prisma.NullableDateTimeFieldUpdateOperationsInput | null | undefined; durationMs?: number | Prisma.NullableIntFieldUpdateOperationsInput | null | undefined; errorMessage?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; }>; //# sourceMappingURL=CronJobLogUpdateInput.schema.d.ts.map