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 AppointmentProcedureCreateNestedManyWithoutNpiProviderInputObjectSchema: z.ZodType<Prisma.AppointmentProcedureCreateNestedManyWithoutNpiProviderInput>;
|
|
export declare const AppointmentProcedureCreateNestedManyWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateWithoutNpiProviderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateWithoutNpiProviderInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput>>, "many">]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput>>, "many">]>>;
|
|
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateManyNpiProviderInputEnvelope, z.ZodTypeDef, Prisma.AppointmentProcedureCreateManyNpiProviderInputEnvelope>>>;
|
|
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.AppointmentProcedureCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateWithoutNpiProviderInput[] | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput[] | undefined;
|
|
connectOrCreate?: Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput[] | undefined;
|
|
createMany?: Prisma.AppointmentProcedureCreateManyNpiProviderInputEnvelope | undefined;
|
|
connect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
|
|
}, {
|
|
create?: Prisma.AppointmentProcedureCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateWithoutNpiProviderInput[] | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput[] | undefined;
|
|
connectOrCreate?: Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput[] | undefined;
|
|
createMany?: Prisma.AppointmentProcedureCreateManyNpiProviderInputEnvelope | undefined;
|
|
connect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
|
|
}>;
|
|
//# sourceMappingURL=AppointmentProcedureCreateNestedManyWithoutNpiProviderInput.schema.d.ts.map
|