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

17 lines
1.5 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const UserUpsertWithoutCloudFilesInputObjectSchema: z.ZodType<Prisma.UserUpsertWithoutCloudFilesInput>;
export declare const UserUpsertWithoutCloudFilesInputObjectZodSchema: z.ZodObject<{
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserUpdateWithoutCloudFilesInput, z.ZodTypeDef, Prisma.UserUpdateWithoutCloudFilesInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedUpdateWithoutCloudFilesInput, z.ZodTypeDef, Prisma.UserUncheckedUpdateWithoutCloudFilesInput>>]>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserCreateWithoutCloudFilesInput, z.ZodTypeDef, Prisma.UserCreateWithoutCloudFilesInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedCreateWithoutCloudFilesInput, z.ZodTypeDef, Prisma.UserUncheckedCreateWithoutCloudFilesInput>>]>;
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserWhereInput, z.ZodTypeDef, Prisma.UserWhereInput>>>;
}, "strict", z.ZodTypeAny, {
create: Prisma.UserCreateWithoutCloudFilesInput | Prisma.UserUncheckedCreateWithoutCloudFilesInput;
update: Prisma.UserUpdateWithoutCloudFilesInput | Prisma.UserUncheckedUpdateWithoutCloudFilesInput;
where?: Prisma.UserWhereInput | undefined;
}, {
create: Prisma.UserCreateWithoutCloudFilesInput | Prisma.UserUncheckedCreateWithoutCloudFilesInput;
update: Prisma.UserUpdateWithoutCloudFilesInput | Prisma.UserUncheckedUpdateWithoutCloudFilesInput;
where?: Prisma.UserWhereInput | undefined;
}>;
//# sourceMappingURL=UserUpsertWithoutCloudFilesInput.schema.d.ts.map