Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/CommunicationUpdateWithWhereUniqueWithoutUserInput.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 CommunicationUpdateWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType<Prisma.CommunicationUpdateWithWhereUniqueWithoutUserInput>;
export declare const CommunicationUpdateWithWhereUniqueWithoutUserInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>;
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationUpdateWithoutUserInput, z.ZodTypeDef, Prisma.CommunicationUpdateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.CommunicationUncheckedUpdateWithoutUserInput, z.ZodTypeDef, Prisma.CommunicationUncheckedUpdateWithoutUserInput>>]>;
}, "strict", z.ZodTypeAny, {
where: Prisma.CommunicationWhereUniqueInput;
data: Prisma.CommunicationUncheckedUpdateWithoutUserInput | Prisma.CommunicationUpdateWithoutUserInput;
}, {
where: Prisma.CommunicationWhereUniqueInput;
data: Prisma.CommunicationUncheckedUpdateWithoutUserInput | Prisma.CommunicationUpdateWithoutUserInput;
}>;
//# sourceMappingURL=CommunicationUpdateWithWhereUniqueWithoutUserInput.schema.d.ts.map