Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/CommunicationUpsertWithWhereUniqueWithoutPatientInput.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 CommunicationUpsertWithWhereUniqueWithoutPatientInputObjectSchema: z.ZodType<Prisma.CommunicationUpsertWithWhereUniqueWithoutPatientInput>;
export declare const CommunicationUpsertWithWhereUniqueWithoutPatientInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>;
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationUpdateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUpdateWithoutPatientInput>>, z.ZodLazy<z.ZodType<Prisma.CommunicationUncheckedUpdateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUncheckedUpdateWithoutPatientInput>>]>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationCreateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationCreateWithoutPatientInput>>, z.ZodLazy<z.ZodType<Prisma.CommunicationUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUncheckedCreateWithoutPatientInput>>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.CommunicationCreateWithoutPatientInput | Prisma.CommunicationUncheckedCreateWithoutPatientInput;
where: Prisma.CommunicationWhereUniqueInput;
update: Prisma.CommunicationUncheckedUpdateWithoutPatientInput | Prisma.CommunicationUpdateWithoutPatientInput;
}, {
create: Prisma.CommunicationCreateWithoutPatientInput | Prisma.CommunicationUncheckedCreateWithoutPatientInput;
where: Prisma.CommunicationWhereUniqueInput;
update: Prisma.CommunicationUncheckedUpdateWithoutPatientInput | Prisma.CommunicationUpdateWithoutPatientInput;
}>;
//# sourceMappingURL=CommunicationUpsertWithWhereUniqueWithoutPatientInput.schema.d.ts.map