initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user