import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentUncheckedCreateNestedManyWithoutUserInputObjectSchema: z.ZodType; export declare const AppointmentUncheckedCreateNestedManyWithoutUserInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodArray>, "many">, z.ZodLazy>, z.ZodArray>, "many">]>>; connectOrCreate: z.ZodOptional>, z.ZodArray>, "many">]>>; createMany: z.ZodOptional>>; connect: z.ZodOptional>, z.ZodArray>, "many">]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.AppointmentUncheckedCreateWithoutUserInput | Prisma.AppointmentCreateWithoutUserInput | Prisma.AppointmentCreateWithoutUserInput[] | Prisma.AppointmentUncheckedCreateWithoutUserInput[] | undefined; connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutUserInput | Prisma.AppointmentCreateOrConnectWithoutUserInput[] | undefined; createMany?: Prisma.AppointmentCreateManyUserInputEnvelope | undefined; connect?: Prisma.AppointmentWhereUniqueInput | Prisma.AppointmentWhereUniqueInput[] | undefined; }, { create?: Prisma.AppointmentUncheckedCreateWithoutUserInput | Prisma.AppointmentCreateWithoutUserInput | Prisma.AppointmentCreateWithoutUserInput[] | Prisma.AppointmentUncheckedCreateWithoutUserInput[] | undefined; connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutUserInput | Prisma.AppointmentCreateOrConnectWithoutUserInput[] | undefined; createMany?: Prisma.AppointmentCreateManyUserInputEnvelope | undefined; connect?: Prisma.AppointmentWhereUniqueInput | Prisma.AppointmentWhereUniqueInput[] | undefined; }>; //# sourceMappingURL=AppointmentUncheckedCreateNestedManyWithoutUserInput.schema.d.ts.map