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,17 @@
import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const DatabaseBackupUpsertWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType<Prisma.DatabaseBackupUpsertWithWhereUniqueWithoutUserInput>;
export declare const DatabaseBackupUpsertWithWhereUniqueWithoutUserInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.DatabaseBackupWhereUniqueInput, z.ZodTypeDef, Prisma.DatabaseBackupWhereUniqueInput>>;
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DatabaseBackupUpdateWithoutUserInput, z.ZodTypeDef, Prisma.DatabaseBackupUpdateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.DatabaseBackupUncheckedUpdateWithoutUserInput, z.ZodTypeDef, Prisma.DatabaseBackupUncheckedUpdateWithoutUserInput>>]>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DatabaseBackupCreateWithoutUserInput, z.ZodTypeDef, Prisma.DatabaseBackupCreateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.DatabaseBackupUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.DatabaseBackupUncheckedCreateWithoutUserInput>>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.DatabaseBackupCreateWithoutUserInput | Prisma.DatabaseBackupUncheckedCreateWithoutUserInput;
where: Prisma.DatabaseBackupWhereUniqueInput;
update: Prisma.DatabaseBackupUpdateWithoutUserInput | Prisma.DatabaseBackupUncheckedUpdateWithoutUserInput;
}, {
create: Prisma.DatabaseBackupCreateWithoutUserInput | Prisma.DatabaseBackupUncheckedCreateWithoutUserInput;
where: Prisma.DatabaseBackupWhereUniqueInput;
update: Prisma.DatabaseBackupUpdateWithoutUserInput | Prisma.DatabaseBackupUncheckedUpdateWithoutUserInput;
}>;
//# sourceMappingURL=DatabaseBackupUpsertWithWhereUniqueWithoutUserInput.schema.d.ts.map