20 lines
3.4 KiB
TypeScript
20 lines
3.4 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const AppointmentProcedureCreateNestedManyWithoutAppointmentInputObjectSchema: z.ZodType<Prisma.AppointmentProcedureCreateNestedManyWithoutAppointmentInput>;
|
|
export declare const AppointmentProcedureCreateNestedManyWithoutAppointmentInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateWithoutAppointmentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateWithoutAppointmentInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput>>, "many">]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateOrConnectWithoutAppointmentInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateOrConnectWithoutAppointmentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateOrConnectWithoutAppointmentInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateOrConnectWithoutAppointmentInput>>, "many">]>>;
|
|
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateManyAppointmentInputEnvelope, z.ZodTypeDef, Prisma.AppointmentProcedureCreateManyAppointmentInputEnvelope>>>;
|
|
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.AppointmentProcedureUncheckedCreateWithoutAppointmentInput | Prisma.AppointmentProcedureCreateWithoutAppointmentInput | Prisma.AppointmentProcedureCreateWithoutAppointmentInput[] | Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput[] | undefined;
|
|
connectOrCreate?: Prisma.AppointmentProcedureCreateOrConnectWithoutAppointmentInput | Prisma.AppointmentProcedureCreateOrConnectWithoutAppointmentInput[] | undefined;
|
|
createMany?: Prisma.AppointmentProcedureCreateManyAppointmentInputEnvelope | undefined;
|
|
connect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
|
|
}, {
|
|
create?: Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput | Prisma.AppointmentProcedureCreateWithoutAppointmentInput | Prisma.AppointmentProcedureCreateWithoutAppointmentInput[] | Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput[] | undefined;
|
|
connectOrCreate?: Prisma.AppointmentProcedureCreateOrConnectWithoutAppointmentInput | Prisma.AppointmentProcedureCreateOrConnectWithoutAppointmentInput[] | undefined;
|
|
createMany?: Prisma.AppointmentProcedureCreateManyAppointmentInputEnvelope | undefined;
|
|
connect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
|
|
}>;
|
|
//# sourceMappingURL=AppointmentProcedureCreateNestedManyWithoutAppointmentInput.schema.d.ts.map
|