Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/PdfGroupUpsertWithWhereUniqueWithoutPatientInput.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 PdfGroupUpsertWithWhereUniqueWithoutPatientInputObjectSchema: z.ZodType<Prisma.PdfGroupUpsertWithWhereUniqueWithoutPatientInput>;
export declare const PdfGroupUpsertWithWhereUniqueWithoutPatientInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.PdfGroupWhereUniqueInput, z.ZodTypeDef, Prisma.PdfGroupWhereUniqueInput>>;
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupUpdateWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUpdateWithoutPatientInput>>, z.ZodLazy<z.ZodType<Prisma.PdfGroupUncheckedUpdateWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUncheckedUpdateWithoutPatientInput>>]>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupCreateWithoutPatientInput>>, z.ZodLazy<z.ZodType<Prisma.PdfGroupUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUncheckedCreateWithoutPatientInput>>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.PdfGroupCreateWithoutPatientInput | Prisma.PdfGroupUncheckedCreateWithoutPatientInput;
where: Prisma.PdfGroupWhereUniqueInput;
update: Prisma.PdfGroupUpdateWithoutPatientInput | Prisma.PdfGroupUncheckedUpdateWithoutPatientInput;
}, {
create: Prisma.PdfGroupCreateWithoutPatientInput | Prisma.PdfGroupUncheckedCreateWithoutPatientInput;
where: Prisma.PdfGroupWhereUniqueInput;
update: Prisma.PdfGroupUpdateWithoutPatientInput | Prisma.PdfGroupUncheckedUpdateWithoutPatientInput;
}>;
//# sourceMappingURL=PdfGroupUpsertWithWhereUniqueWithoutPatientInput.schema.d.ts.map