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

17 lines
1.7 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const UserUpsertWithoutInsuranceCredentialsInputObjectSchema: z.ZodType<Prisma.UserUpsertWithoutInsuranceCredentialsInput>;
export declare const UserUpsertWithoutInsuranceCredentialsInputObjectZodSchema: z.ZodObject<{
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserUpdateWithoutInsuranceCredentialsInput, z.ZodTypeDef, Prisma.UserUpdateWithoutInsuranceCredentialsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedUpdateWithoutInsuranceCredentialsInput, z.ZodTypeDef, Prisma.UserUncheckedUpdateWithoutInsuranceCredentialsInput>>]>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserCreateWithoutInsuranceCredentialsInput, z.ZodTypeDef, Prisma.UserCreateWithoutInsuranceCredentialsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedCreateWithoutInsuranceCredentialsInput, z.ZodTypeDef, Prisma.UserUncheckedCreateWithoutInsuranceCredentialsInput>>]>;
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserWhereInput, z.ZodTypeDef, Prisma.UserWhereInput>>>;
}, "strict", z.ZodTypeAny, {
create: Prisma.UserCreateWithoutInsuranceCredentialsInput | Prisma.UserUncheckedCreateWithoutInsuranceCredentialsInput;
update: Prisma.UserUpdateWithoutInsuranceCredentialsInput | Prisma.UserUncheckedUpdateWithoutInsuranceCredentialsInput;
where?: Prisma.UserWhereInput | undefined;
}, {
create: Prisma.UserCreateWithoutInsuranceCredentialsInput | Prisma.UserUncheckedCreateWithoutInsuranceCredentialsInput;
update: Prisma.UserUpdateWithoutInsuranceCredentialsInput | Prisma.UserUncheckedUpdateWithoutInsuranceCredentialsInput;
where?: Prisma.UserWhereInput | undefined;
}>;
//# sourceMappingURL=UserUpsertWithoutInsuranceCredentialsInput.schema.d.ts.map