import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CronJobLogScalarWhereWithAggregatesInputObjectSchema: z.ZodType; export declare const CronJobLogScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{ AND: z.ZodOptional>, z.ZodArray>, "many">]>>; OR: z.ZodOptional>, "many">>; NOT: z.ZodOptional>, z.ZodArray>, "many">]>>; id: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; jobName: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; status: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; startedAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter>>, z.ZodDate]>>; completedAt: z.ZodNullable, z.ZodTypeDef, Prisma.DateTimeNullableWithAggregatesFilter>>, z.ZodDate]>>>; durationMs: z.ZodNullable, z.ZodTypeDef, Prisma.IntNullableWithAggregatesFilter>>, z.ZodNumber]>>>; errorMessage: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; }, "strict", z.ZodTypeAny, { status?: string | Prisma.StringWithAggregatesFilter | undefined; id?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.CronJobLogScalarWhereWithAggregatesInput | Prisma.CronJobLogScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.CronJobLogScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.CronJobLogScalarWhereWithAggregatesInput | Prisma.CronJobLogScalarWhereWithAggregatesInput[] | undefined; jobName?: string | Prisma.StringWithAggregatesFilter | undefined; startedAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; completedAt?: Date | Prisma.DateTimeNullableWithAggregatesFilter | null | undefined; durationMs?: number | Prisma.IntNullableWithAggregatesFilter | null | undefined; errorMessage?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; }, { status?: string | Prisma.StringWithAggregatesFilter | undefined; id?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.CronJobLogScalarWhereWithAggregatesInput | Prisma.CronJobLogScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.CronJobLogScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.CronJobLogScalarWhereWithAggregatesInput | Prisma.CronJobLogScalarWhereWithAggregatesInput[] | undefined; jobName?: string | Prisma.StringWithAggregatesFilter | undefined; startedAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; completedAt?: Date | Prisma.DateTimeNullableWithAggregatesFilter | null | undefined; durationMs?: number | Prisma.IntNullableWithAggregatesFilter | null | undefined; errorMessage?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; }>; //# sourceMappingURL=CronJobLogScalarWhereWithAggregatesInput.schema.d.ts.map