import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const BackupDestinationUncheckedUpdateManyWithoutUserNestedInputObjectSchema: z.ZodType; export declare const BackupDestinationUncheckedUpdateManyWithoutUserNestedInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodArray>, "many">, z.ZodLazy>, z.ZodArray>, "many">]>>; connectOrCreate: z.ZodOptional>, z.ZodArray>, "many">]>>; upsert: z.ZodOptional>, z.ZodArray>, "many">]>>; createMany: z.ZodOptional>>; set: z.ZodOptional>, z.ZodArray>, "many">]>>; disconnect: z.ZodOptional>, z.ZodArray>, "many">]>>; delete: z.ZodOptional>, z.ZodArray>, "many">]>>; connect: z.ZodOptional>, z.ZodArray>, "many">]>>; update: z.ZodOptional>, z.ZodArray>, "many">]>>; updateMany: z.ZodOptional>, z.ZodArray>, "many">]>>; deleteMany: z.ZodOptional>, z.ZodArray>, "many">]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.BackupDestinationCreateWithoutUserInput | Prisma.BackupDestinationUncheckedCreateWithoutUserInput | Prisma.BackupDestinationCreateWithoutUserInput[] | Prisma.BackupDestinationUncheckedCreateWithoutUserInput[] | undefined; set?: Prisma.BackupDestinationWhereUniqueInput | Prisma.BackupDestinationWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.BackupDestinationCreateOrConnectWithoutUserInput | Prisma.BackupDestinationCreateOrConnectWithoutUserInput[] | undefined; createMany?: Prisma.BackupDestinationCreateManyUserInputEnvelope | undefined; connect?: Prisma.BackupDestinationWhereUniqueInput | Prisma.BackupDestinationWhereUniqueInput[] | undefined; update?: Prisma.BackupDestinationUpdateWithWhereUniqueWithoutUserInput | Prisma.BackupDestinationUpdateWithWhereUniqueWithoutUserInput[] | undefined; upsert?: Prisma.BackupDestinationUpsertWithWhereUniqueWithoutUserInput | Prisma.BackupDestinationUpsertWithWhereUniqueWithoutUserInput[] | undefined; disconnect?: Prisma.BackupDestinationWhereUniqueInput | Prisma.BackupDestinationWhereUniqueInput[] | undefined; delete?: Prisma.BackupDestinationWhereUniqueInput | Prisma.BackupDestinationWhereUniqueInput[] | undefined; updateMany?: Prisma.BackupDestinationUpdateManyWithWhereWithoutUserInput | Prisma.BackupDestinationUpdateManyWithWhereWithoutUserInput[] | undefined; deleteMany?: Prisma.BackupDestinationScalarWhereInput | Prisma.BackupDestinationScalarWhereInput[] | undefined; }, { create?: Prisma.BackupDestinationCreateWithoutUserInput | Prisma.BackupDestinationUncheckedCreateWithoutUserInput | Prisma.BackupDestinationCreateWithoutUserInput[] | Prisma.BackupDestinationUncheckedCreateWithoutUserInput[] | undefined; set?: Prisma.BackupDestinationWhereUniqueInput | Prisma.BackupDestinationWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.BackupDestinationCreateOrConnectWithoutUserInput | Prisma.BackupDestinationCreateOrConnectWithoutUserInput[] | undefined; createMany?: Prisma.BackupDestinationCreateManyUserInputEnvelope | undefined; connect?: Prisma.BackupDestinationWhereUniqueInput | Prisma.BackupDestinationWhereUniqueInput[] | undefined; update?: Prisma.BackupDestinationUpdateWithWhereUniqueWithoutUserInput | Prisma.BackupDestinationUpdateWithWhereUniqueWithoutUserInput[] | undefined; upsert?: Prisma.BackupDestinationUpsertWithWhereUniqueWithoutUserInput | Prisma.BackupDestinationUpsertWithWhereUniqueWithoutUserInput[] | undefined; disconnect?: Prisma.BackupDestinationWhereUniqueInput | Prisma.BackupDestinationWhereUniqueInput[] | undefined; delete?: Prisma.BackupDestinationWhereUniqueInput | Prisma.BackupDestinationWhereUniqueInput[] | undefined; updateMany?: Prisma.BackupDestinationUpdateManyWithWhereWithoutUserInput | Prisma.BackupDestinationUpdateManyWithWhereWithoutUserInput[] | undefined; deleteMany?: Prisma.BackupDestinationScalarWhereInput | Prisma.BackupDestinationScalarWhereInput[] | undefined; }>; //# sourceMappingURL=BackupDestinationUncheckedUpdateManyWithoutUserNestedInput.schema.d.ts.map