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

23 lines
2.6 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const UserUpdateOneRequiredWithoutCloudFoldersNestedInputObjectSchema: z.ZodType<Prisma.UserUpdateOneRequiredWithoutCloudFoldersNestedInput>;
export declare const UserUpdateOneRequiredWithoutCloudFoldersNestedInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserCreateWithoutCloudFoldersInput, z.ZodTypeDef, Prisma.UserCreateWithoutCloudFoldersInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedCreateWithoutCloudFoldersInput, z.ZodTypeDef, Prisma.UserUncheckedCreateWithoutCloudFoldersInput>>]>>;
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserCreateOrConnectWithoutCloudFoldersInput, z.ZodTypeDef, Prisma.UserCreateOrConnectWithoutCloudFoldersInput>>>;
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserUpsertWithoutCloudFoldersInput, z.ZodTypeDef, Prisma.UserUpsertWithoutCloudFoldersInput>>>;
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserWhereUniqueInput, z.ZodTypeDef, Prisma.UserWhereUniqueInput>>>;
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserUpdateToOneWithWhereWithoutCloudFoldersInput, z.ZodTypeDef, Prisma.UserUpdateToOneWithWhereWithoutCloudFoldersInput>>, z.ZodLazy<z.ZodType<Prisma.UserUpdateWithoutCloudFoldersInput, z.ZodTypeDef, Prisma.UserUpdateWithoutCloudFoldersInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedUpdateWithoutCloudFoldersInput, z.ZodTypeDef, Prisma.UserUncheckedUpdateWithoutCloudFoldersInput>>]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.UserCreateWithoutCloudFoldersInput | Prisma.UserUncheckedCreateWithoutCloudFoldersInput | undefined;
connectOrCreate?: Prisma.UserCreateOrConnectWithoutCloudFoldersInput | undefined;
connect?: Prisma.UserWhereUniqueInput | undefined;
update?: Prisma.UserUpdateWithoutCloudFoldersInput | Prisma.UserUncheckedUpdateWithoutCloudFoldersInput | Prisma.UserUpdateToOneWithWhereWithoutCloudFoldersInput | undefined;
upsert?: Prisma.UserUpsertWithoutCloudFoldersInput | undefined;
}, {
create?: Prisma.UserCreateWithoutCloudFoldersInput | Prisma.UserUncheckedCreateWithoutCloudFoldersInput | undefined;
connectOrCreate?: Prisma.UserCreateOrConnectWithoutCloudFoldersInput | undefined;
connect?: Prisma.UserWhereUniqueInput | undefined;
update?: Prisma.UserUpdateWithoutCloudFoldersInput | Prisma.UserUncheckedUpdateWithoutCloudFoldersInput | Prisma.UserUpdateToOneWithWhereWithoutCloudFoldersInput | undefined;
upsert?: Prisma.UserUpsertWithoutCloudFoldersInput | undefined;
}>;
//# sourceMappingURL=UserUpdateOneRequiredWithoutCloudFoldersNestedInput.schema.d.ts.map