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

14 lines
1.2 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const CommunicationUpdateWithWhereUniqueWithoutPatientInputObjectSchema: z.ZodType<Prisma.CommunicationUpdateWithWhereUniqueWithoutPatientInput>;
export declare const CommunicationUpdateWithWhereUniqueWithoutPatientInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>;
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationUpdateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUpdateWithoutPatientInput>>, z.ZodLazy<z.ZodType<Prisma.CommunicationUncheckedUpdateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUncheckedUpdateWithoutPatientInput>>]>;
}, "strict", z.ZodTypeAny, {
where: Prisma.CommunicationWhereUniqueInput;
data: Prisma.CommunicationUncheckedUpdateWithoutPatientInput | Prisma.CommunicationUpdateWithoutPatientInput;
}, {
where: Prisma.CommunicationWhereUniqueInput;
data: Prisma.CommunicationUncheckedUpdateWithoutPatientInput | Prisma.CommunicationUpdateWithoutPatientInput;
}>;
//# sourceMappingURL=CommunicationUpdateWithWhereUniqueWithoutPatientInput.schema.d.ts.map