20 lines
3.3 KiB
TypeScript
20 lines
3.3 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const AppointmentProcedureUncheckedCreateNestedManyWithoutPatientInputObjectSchema: z.ZodType<Prisma.AppointmentProcedureUncheckedCreateNestedManyWithoutPatientInput>;
|
|
export declare const AppointmentProcedureUncheckedCreateNestedManyWithoutPatientInputObjectZodSchema: 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=AppointmentProcedureUncheckedCreateNestedManyWithoutPatientInput.schema.d.ts.map
|