17 lines
1.7 KiB
TypeScript
17 lines
1.7 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const UserUpsertWithoutBackupDestinationsInputObjectSchema: z.ZodType<Prisma.UserUpsertWithoutBackupDestinationsInput>;
|
|
export declare const UserUpsertWithoutBackupDestinationsInputObjectZodSchema: z.ZodObject<{
|
|
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserUpdateWithoutBackupDestinationsInput, z.ZodTypeDef, Prisma.UserUpdateWithoutBackupDestinationsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedUpdateWithoutBackupDestinationsInput, z.ZodTypeDef, Prisma.UserUncheckedUpdateWithoutBackupDestinationsInput>>]>;
|
|
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserCreateWithoutBackupDestinationsInput, z.ZodTypeDef, Prisma.UserCreateWithoutBackupDestinationsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedCreateWithoutBackupDestinationsInput, z.ZodTypeDef, Prisma.UserUncheckedCreateWithoutBackupDestinationsInput>>]>;
|
|
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserWhereInput, z.ZodTypeDef, Prisma.UserWhereInput>>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.UserCreateWithoutBackupDestinationsInput | Prisma.UserUncheckedCreateWithoutBackupDestinationsInput;
|
|
update: Prisma.UserUpdateWithoutBackupDestinationsInput | Prisma.UserUncheckedUpdateWithoutBackupDestinationsInput;
|
|
where?: Prisma.UserWhereInput | undefined;
|
|
}, {
|
|
create: Prisma.UserCreateWithoutBackupDestinationsInput | Prisma.UserUncheckedCreateWithoutBackupDestinationsInput;
|
|
update: Prisma.UserUpdateWithoutBackupDestinationsInput | Prisma.UserUncheckedUpdateWithoutBackupDestinationsInput;
|
|
where?: Prisma.UserWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=UserUpsertWithoutBackupDestinationsInput.schema.d.ts.map
|