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