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

17 lines
1.6 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ClaimUpsertWithWhereUniqueWithoutAppointmentInputObjectSchema: z.ZodType<Prisma.ClaimUpsertWithWhereUniqueWithoutAppointmentInput>;
export declare const ClaimUpsertWithWhereUniqueWithoutAppointmentInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>;
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimUpdateWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimUpdateWithoutAppointmentInput>>, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedUpdateWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimUncheckedUpdateWithoutAppointmentInput>>]>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutAppointmentInput>>, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutAppointmentInput>>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.ClaimUncheckedCreateWithoutAppointmentInput | Prisma.ClaimCreateWithoutAppointmentInput;
where: Prisma.ClaimWhereUniqueInput;
update: Prisma.ClaimUncheckedUpdateWithoutAppointmentInput | Prisma.ClaimUpdateWithoutAppointmentInput;
}, {
create: Prisma.ClaimUncheckedCreateWithoutAppointmentInput | Prisma.ClaimCreateWithoutAppointmentInput;
where: Prisma.ClaimWhereUniqueInput;
update: Prisma.ClaimUncheckedUpdateWithoutAppointmentInput | Prisma.ClaimUpdateWithoutAppointmentInput;
}>;
//# sourceMappingURL=ClaimUpsertWithWhereUniqueWithoutAppointmentInput.schema.d.ts.map