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

14 lines
1.1 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PdfGroupCreateOrConnectWithoutPatientInputObjectSchema: z.ZodType<Prisma.PdfGroupCreateOrConnectWithoutPatientInput>;
export declare const PdfGroupCreateOrConnectWithoutPatientInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.PdfGroupWhereUniqueInput, z.ZodTypeDef, Prisma.PdfGroupWhereUniqueInput>>;
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;
}, {
create: Prisma.PdfGroupCreateWithoutPatientInput | Prisma.PdfGroupUncheckedCreateWithoutPatientInput;
where: Prisma.PdfGroupWhereUniqueInput;
}>;
//# sourceMappingURL=PdfGroupCreateOrConnectWithoutPatientInput.schema.d.ts.map