import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CronJobLogWhereInputObjectSchema: z.ZodType; export declare const CronJobLogWhereInputObjectZodSchema: z.ZodObject<{ AND: z.ZodOptional>, z.ZodArray>, "many">]>>; OR: z.ZodOptional>, "many">>; NOT: z.ZodOptional>, z.ZodArray>, "many">]>>; id: z.ZodOptional, z.ZodTypeDef, Prisma.IntFilter>>, z.ZodNumber]>>; jobName: z.ZodOptional, z.ZodTypeDef, Prisma.StringFilter>>, z.ZodString]>>; status: z.ZodOptional, z.ZodTypeDef, Prisma.StringFilter>>, z.ZodString]>>; startedAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeFilter>>, z.ZodDate]>>; completedAt: z.ZodNullable, z.ZodTypeDef, Prisma.DateTimeNullableFilter>>, z.ZodDate]>>>; durationMs: z.ZodNullable, z.ZodTypeDef, Prisma.IntNullableFilter>>, z.ZodNumber]>>>; errorMessage: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableFilter>>, z.ZodString]>>>; }, "strict", z.ZodTypeAny, { status?: string | Prisma.StringFilter | undefined; id?: number | Prisma.IntFilter | undefined; AND?: Prisma.CronJobLogWhereInput | Prisma.CronJobLogWhereInput[] | undefined; OR?: Prisma.CronJobLogWhereInput[] | undefined; NOT?: Prisma.CronJobLogWhereInput | Prisma.CronJobLogWhereInput[] | undefined; jobName?: string | Prisma.StringFilter | undefined; startedAt?: Date | Prisma.DateTimeFilter | undefined; completedAt?: Date | Prisma.DateTimeNullableFilter | null | undefined; durationMs?: number | Prisma.IntNullableFilter | null | undefined; errorMessage?: string | Prisma.StringNullableFilter | null | undefined; }, { status?: string | Prisma.StringFilter | undefined; id?: number | Prisma.IntFilter | undefined; AND?: Prisma.CronJobLogWhereInput | Prisma.CronJobLogWhereInput[] | undefined; OR?: Prisma.CronJobLogWhereInput[] | undefined; NOT?: Prisma.CronJobLogWhereInput | Prisma.CronJobLogWhereInput[] | undefined; jobName?: string | Prisma.StringFilter | undefined; startedAt?: Date | Prisma.DateTimeFilter | undefined; completedAt?: Date | Prisma.DateTimeNullableFilter | null | undefined; durationMs?: number | Prisma.IntNullableFilter | null | undefined; errorMessage?: string | Prisma.StringNullableFilter | null | undefined; }>; //# sourceMappingURL=CronJobLogWhereInput.schema.d.ts.map