Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/AppointmentCreateOrConnectWithoutPatientInput.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 AppointmentCreateOrConnectWithoutPatientInputObjectSchema: z.ZodType<Prisma.AppointmentCreateOrConnectWithoutPatientInput>;
export declare const AppointmentCreateOrConnectWithoutPatientInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.AppointmentWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentWhereUniqueInput>>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentCreateWithoutPatientInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentUncheckedCreateWithoutPatientInput>>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.AppointmentUncheckedCreateWithoutPatientInput | Prisma.AppointmentCreateWithoutPatientInput;
where: Prisma.AppointmentWhereUniqueInput;
}, {
create: Prisma.AppointmentUncheckedCreateWithoutPatientInput | Prisma.AppointmentCreateWithoutPatientInput;
where: Prisma.AppointmentWhereUniqueInput;
}>;
//# sourceMappingURL=AppointmentCreateOrConnectWithoutPatientInput.schema.d.ts.map