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

20 lines
3.3 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const AppointmentProcedureCreateNestedManyWithoutPatientInputObjectSchema: z.ZodType<Prisma.AppointmentProcedureCreateNestedManyWithoutPatientInput>;
export declare const AppointmentProcedureCreateNestedManyWithoutPatientInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateWithoutPatientInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateOrConnectWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateOrConnectWithoutPatientInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateManyPatientInputEnvelope, z.ZodTypeDef, Prisma.AppointmentProcedureCreateManyPatientInputEnvelope>>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereUniqueInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput | Prisma.AppointmentProcedureCreateWithoutPatientInput | Prisma.AppointmentProcedureCreateWithoutPatientInput[] | Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput[] | undefined;
connectOrCreate?: Prisma.AppointmentProcedureCreateOrConnectWithoutPatientInput | Prisma.AppointmentProcedureCreateOrConnectWithoutPatientInput[] | undefined;
createMany?: Prisma.AppointmentProcedureCreateManyPatientInputEnvelope | undefined;
connect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
}, {
create?: Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput | Prisma.AppointmentProcedureCreateWithoutPatientInput | Prisma.AppointmentProcedureCreateWithoutPatientInput[] | Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput[] | undefined;
connectOrCreate?: Prisma.AppointmentProcedureCreateOrConnectWithoutPatientInput | Prisma.AppointmentProcedureCreateOrConnectWithoutPatientInput[] | undefined;
createMany?: Prisma.AppointmentProcedureCreateManyPatientInputEnvelope | undefined;
connect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
}>;
//# sourceMappingURL=AppointmentProcedureCreateNestedManyWithoutPatientInput.schema.d.ts.map