initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const DatabaseBackupUpdateWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType<Prisma.DatabaseBackupUpdateWithWhereUniqueWithoutUserInput>;
|
||||
export declare const DatabaseBackupUpdateWithWhereUniqueWithoutUserInputObjectZodSchema: z.ZodObject<{
|
||||
where: z.ZodLazy<z.ZodType<Prisma.DatabaseBackupWhereUniqueInput, z.ZodTypeDef, Prisma.DatabaseBackupWhereUniqueInput>>;
|
||||
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DatabaseBackupUpdateWithoutUserInput, z.ZodTypeDef, Prisma.DatabaseBackupUpdateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.DatabaseBackupUncheckedUpdateWithoutUserInput, z.ZodTypeDef, Prisma.DatabaseBackupUncheckedUpdateWithoutUserInput>>]>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
where: Prisma.DatabaseBackupWhereUniqueInput;
|
||||
data: Prisma.DatabaseBackupUpdateWithoutUserInput | Prisma.DatabaseBackupUncheckedUpdateWithoutUserInput;
|
||||
}, {
|
||||
where: Prisma.DatabaseBackupWhereUniqueInput;
|
||||
data: Prisma.DatabaseBackupUpdateWithoutUserInput | Prisma.DatabaseBackupUncheckedUpdateWithoutUserInput;
|
||||
}>;
|
||||
//# sourceMappingURL=DatabaseBackupUpdateWithWhereUniqueWithoutUserInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user