import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CronJobLogOrderByWithRelationInputObjectSchema: z.ZodType; export declare const CronJobLogOrderByWithRelationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; jobName: z.ZodOptional>; status: z.ZodOptional>; startedAt: z.ZodOptional>; completedAt: z.ZodOptional, z.ZodLazy>]>>; durationMs: z.ZodOptional, z.ZodLazy>]>>; errorMessage: z.ZodOptional, z.ZodLazy>]>>; }, "strict", z.ZodTypeAny, { status?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; jobName?: "asc" | "desc" | undefined; startedAt?: "asc" | "desc" | undefined; completedAt?: "asc" | "desc" | Prisma.SortOrderInput | undefined; durationMs?: "asc" | "desc" | Prisma.SortOrderInput | undefined; errorMessage?: "asc" | "desc" | Prisma.SortOrderInput | undefined; }, { status?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; jobName?: "asc" | "desc" | undefined; startedAt?: "asc" | "desc" | undefined; completedAt?: "asc" | "desc" | Prisma.SortOrderInput | undefined; durationMs?: "asc" | "desc" | Prisma.SortOrderInput | undefined; errorMessage?: "asc" | "desc" | Prisma.SortOrderInput | undefined; }>; //# sourceMappingURL=CronJobLogOrderByWithRelationInput.schema.d.ts.map