Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/UserUpdateOneRequiredWithoutBackupDestinationsNestedInput.schema.d.ts
2026-04-04 22:13:55 -04:00

23 lines
2.8 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const UserUpdateOneRequiredWithoutBackupDestinationsNestedInputObjectSchema: z.ZodType<Prisma.UserUpdateOneRequiredWithoutBackupDestinationsNestedInput>;
export declare const UserUpdateOneRequiredWithoutBackupDestinationsNestedInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserCreateWithoutBackupDestinationsInput, z.ZodTypeDef, Prisma.UserCreateWithoutBackupDestinationsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedCreateWithoutBackupDestinationsInput, z.ZodTypeDef, Prisma.UserUncheckedCreateWithoutBackupDestinationsInput>>]>>;
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserCreateOrConnectWithoutBackupDestinationsInput, z.ZodTypeDef, Prisma.UserCreateOrConnectWithoutBackupDestinationsInput>>>;
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserUpsertWithoutBackupDestinationsInput, z.ZodTypeDef, Prisma.UserUpsertWithoutBackupDestinationsInput>>>;
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserWhereUniqueInput, z.ZodTypeDef, Prisma.UserWhereUniqueInput>>>;
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserUpdateToOneWithWhereWithoutBackupDestinationsInput, z.ZodTypeDef, Prisma.UserUpdateToOneWithWhereWithoutBackupDestinationsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUpdateWithoutBackupDestinationsInput, z.ZodTypeDef, Prisma.UserUpdateWithoutBackupDestinationsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedUpdateWithoutBackupDestinationsInput, z.ZodTypeDef, Prisma.UserUncheckedUpdateWithoutBackupDestinationsInput>>]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.UserCreateWithoutBackupDestinationsInput | Prisma.UserUncheckedCreateWithoutBackupDestinationsInput | undefined;
connectOrCreate?: Prisma.UserCreateOrConnectWithoutBackupDestinationsInput | undefined;
connect?: Prisma.UserWhereUniqueInput | undefined;
update?: Prisma.UserUpdateWithoutBackupDestinationsInput | Prisma.UserUncheckedUpdateWithoutBackupDestinationsInput | Prisma.UserUpdateToOneWithWhereWithoutBackupDestinationsInput | undefined;
upsert?: Prisma.UserUpsertWithoutBackupDestinationsInput | undefined;
}, {
create?: Prisma.UserCreateWithoutBackupDestinationsInput | Prisma.UserUncheckedCreateWithoutBackupDestinationsInput | undefined;
connectOrCreate?: Prisma.UserCreateOrConnectWithoutBackupDestinationsInput | undefined;
connect?: Prisma.UserWhereUniqueInput | undefined;
update?: Prisma.UserUpdateWithoutBackupDestinationsInput | Prisma.UserUncheckedUpdateWithoutBackupDestinationsInput | Prisma.UserUpdateToOneWithWhereWithoutBackupDestinationsInput | undefined;
upsert?: Prisma.UserUpsertWithoutBackupDestinationsInput | undefined;
}>;
//# sourceMappingURL=UserUpdateOneRequiredWithoutBackupDestinationsNestedInput.schema.d.ts.map