17 lines
1.8 KiB
TypeScript
17 lines
1.8 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const BackupDestinationUpsertWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType<Prisma.BackupDestinationUpsertWithWhereUniqueWithoutUserInput>;
|
|
export declare const BackupDestinationUpsertWithWhereUniqueWithoutUserInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.BackupDestinationWhereUniqueInput, z.ZodTypeDef, Prisma.BackupDestinationWhereUniqueInput>>;
|
|
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BackupDestinationUpdateWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationUpdateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.BackupDestinationUncheckedUpdateWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationUncheckedUpdateWithoutUserInput>>]>;
|
|
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BackupDestinationCreateWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationCreateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.BackupDestinationUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationUncheckedCreateWithoutUserInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.BackupDestinationCreateWithoutUserInput | Prisma.BackupDestinationUncheckedCreateWithoutUserInput;
|
|
where: Prisma.BackupDestinationWhereUniqueInput;
|
|
update: Prisma.BackupDestinationUpdateWithoutUserInput | Prisma.BackupDestinationUncheckedUpdateWithoutUserInput;
|
|
}, {
|
|
create: Prisma.BackupDestinationCreateWithoutUserInput | Prisma.BackupDestinationUncheckedCreateWithoutUserInput;
|
|
where: Prisma.BackupDestinationWhereUniqueInput;
|
|
update: Prisma.BackupDestinationUpdateWithoutUserInput | Prisma.BackupDestinationUncheckedUpdateWithoutUserInput;
|
|
}>;
|
|
//# sourceMappingURL=BackupDestinationUpsertWithWhereUniqueWithoutUserInput.schema.d.ts.map
|