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 BackupDestinationUpdateWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType<Prisma.BackupDestinationUpdateWithWhereUniqueWithoutUserInput>;
|
|
export declare const BackupDestinationUpdateWithWhereUniqueWithoutUserInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.BackupDestinationWhereUniqueInput, z.ZodTypeDef, Prisma.BackupDestinationWhereUniqueInput>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BackupDestinationUpdateWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationUpdateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.BackupDestinationUncheckedUpdateWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationUncheckedUpdateWithoutUserInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where: Prisma.BackupDestinationWhereUniqueInput;
|
|
data: Prisma.BackupDestinationUpdateWithoutUserInput | Prisma.BackupDestinationUncheckedUpdateWithoutUserInput;
|
|
}, {
|
|
where: Prisma.BackupDestinationWhereUniqueInput;
|
|
data: Prisma.BackupDestinationUpdateWithoutUserInput | Prisma.BackupDestinationUncheckedUpdateWithoutUserInput;
|
|
}>;
|
|
//# sourceMappingURL=BackupDestinationUpdateWithWhereUniqueWithoutUserInput.schema.d.ts.map
|