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

14 lines
1.3 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const AppointmentProcedureCreateOrConnectWithoutAppointmentInputObjectSchema: z.ZodType<Prisma.AppointmentProcedureCreateOrConnectWithoutAppointmentInput>;
export declare const AppointmentProcedureCreateOrConnectWithoutAppointmentInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereUniqueInput>>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateWithoutAppointmentInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput>>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput | Prisma.AppointmentProcedureCreateWithoutAppointmentInput;
where: Prisma.AppointmentProcedureWhereUniqueInput;
}, {
create: Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput | Prisma.AppointmentProcedureCreateWithoutAppointmentInput;
where: Prisma.AppointmentProcedureWhereUniqueInput;
}>;
//# sourceMappingURL=AppointmentProcedureCreateOrConnectWithoutAppointmentInput.schema.d.ts.map