initial commit

This commit is contained in:
2026-04-04 22:13:55 -04:00
commit 5d77e207c9
10181 changed files with 522212 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const BackupDestinationCreateNestedManyWithoutUserInputObjectSchema: z.ZodType<Prisma.BackupDestinationCreateNestedManyWithoutUserInput>;
export declare const BackupDestinationCreateNestedManyWithoutUserInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BackupDestinationCreateWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.BackupDestinationCreateWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationCreateWithoutUserInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.BackupDestinationUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationUncheckedCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.BackupDestinationUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationUncheckedCreateWithoutUserInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BackupDestinationCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationCreateOrConnectWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.BackupDestinationCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationCreateOrConnectWithoutUserInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.BackupDestinationCreateManyUserInputEnvelope, z.ZodTypeDef, Prisma.BackupDestinationCreateManyUserInputEnvelope>>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BackupDestinationWhereUniqueInput, z.ZodTypeDef, Prisma.BackupDestinationWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.BackupDestinationWhereUniqueInput, z.ZodTypeDef, Prisma.BackupDestinationWhereUniqueInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.BackupDestinationCreateWithoutUserInput | Prisma.BackupDestinationUncheckedCreateWithoutUserInput | Prisma.BackupDestinationCreateWithoutUserInput[] | Prisma.BackupDestinationUncheckedCreateWithoutUserInput[] | undefined;
connectOrCreate?: Prisma.BackupDestinationCreateOrConnectWithoutUserInput | Prisma.BackupDestinationCreateOrConnectWithoutUserInput[] | undefined;
createMany?: Prisma.BackupDestinationCreateManyUserInputEnvelope | undefined;
connect?: Prisma.BackupDestinationWhereUniqueInput | Prisma.BackupDestinationWhereUniqueInput[] | undefined;
}, {
create?: Prisma.BackupDestinationCreateWithoutUserInput | Prisma.BackupDestinationUncheckedCreateWithoutUserInput | Prisma.BackupDestinationCreateWithoutUserInput[] | Prisma.BackupDestinationUncheckedCreateWithoutUserInput[] | undefined;
connectOrCreate?: Prisma.BackupDestinationCreateOrConnectWithoutUserInput | Prisma.BackupDestinationCreateOrConnectWithoutUserInput[] | undefined;
createMany?: Prisma.BackupDestinationCreateManyUserInputEnvelope | undefined;
connect?: Prisma.BackupDestinationWhereUniqueInput | Prisma.BackupDestinationWhereUniqueInput[] | undefined;
}>;
//# sourceMappingURL=BackupDestinationCreateNestedManyWithoutUserInput.schema.d.ts.map