14 lines
1.2 KiB
TypeScript
14 lines
1.2 KiB
TypeScript
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
|