import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const CronJobLogFindFirstSelectSchema: z.ZodType; export declare const CronJobLogFindFirstSelectZodSchema: z.ZodObject<{ id: z.ZodOptional; jobName: z.ZodOptional; status: z.ZodOptional; startedAt: z.ZodOptional; completedAt: z.ZodOptional; durationMs: z.ZodOptional; errorMessage: z.ZodOptional; }, "strict", z.ZodTypeAny, { status?: boolean | undefined; id?: boolean | undefined; jobName?: boolean | undefined; startedAt?: boolean | undefined; completedAt?: boolean | undefined; durationMs?: boolean | undefined; errorMessage?: boolean | undefined; }, { status?: boolean | undefined; id?: boolean | undefined; jobName?: boolean | undefined; startedAt?: boolean | undefined; completedAt?: boolean | undefined; durationMs?: boolean | undefined; errorMessage?: boolean | undefined; }>; export declare const CronJobLogFindFirstSchema: z.ZodType; export declare const CronJobLogFindFirstZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.CronJobLogSelect>>; orderBy: z.ZodOptional, z.ZodArray, "many">]>>; where: z.ZodOptional>; cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; distinct: z.ZodOptional, z.ZodArray, "many">]>>; }, "strict", z.ZodTypeAny, { where?: Prisma.CronJobLogWhereInput | undefined; select?: Prisma.CronJobLogSelect | undefined; orderBy?: Prisma.CronJobLogOrderByWithRelationInput | Prisma.CronJobLogOrderByWithRelationInput[] | undefined; cursor?: Prisma.CronJobLogWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "status" | "id" | "jobName" | "startedAt" | "completedAt" | "durationMs" | "errorMessage" | ("status" | "id" | "jobName" | "startedAt" | "completedAt" | "durationMs" | "errorMessage")[] | undefined; }, { where?: Prisma.CronJobLogWhereInput | undefined; select?: Prisma.CronJobLogSelect | undefined; orderBy?: Prisma.CronJobLogOrderByWithRelationInput | Prisma.CronJobLogOrderByWithRelationInput[] | undefined; cursor?: Prisma.CronJobLogWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "status" | "id" | "jobName" | "startedAt" | "completedAt" | "durationMs" | "errorMessage" | ("status" | "id" | "jobName" | "startedAt" | "completedAt" | "durationMs" | "errorMessage")[] | undefined; }>; //# sourceMappingURL=findFirstCronJobLog.schema.d.ts.map