17 lines
1.8 KiB
TypeScript
17 lines
1.8 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const NpiProviderCreateNestedOneWithoutAppointmentProceduresInputObjectSchema: z.ZodType<Prisma.NpiProviderCreateNestedOneWithoutAppointmentProceduresInput>;
|
|
export declare const NpiProviderCreateNestedOneWithoutAppointmentProceduresInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderCreateWithoutAppointmentProceduresInput, z.ZodTypeDef, Prisma.NpiProviderCreateWithoutAppointmentProceduresInput>>, z.ZodLazy<z.ZodType<Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput, z.ZodTypeDef, Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NpiProviderCreateOrConnectWithoutAppointmentProceduresInput, z.ZodTypeDef, Prisma.NpiProviderCreateOrConnectWithoutAppointmentProceduresInput>>>;
|
|
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NpiProviderWhereUniqueInput, z.ZodTypeDef, Prisma.NpiProviderWhereUniqueInput>>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.NpiProviderCreateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput | undefined;
|
|
connectOrCreate?: Prisma.NpiProviderCreateOrConnectWithoutAppointmentProceduresInput | undefined;
|
|
connect?: Prisma.NpiProviderWhereUniqueInput | undefined;
|
|
}, {
|
|
create?: Prisma.NpiProviderCreateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput | undefined;
|
|
connectOrCreate?: Prisma.NpiProviderCreateOrConnectWithoutAppointmentProceduresInput | undefined;
|
|
connect?: Prisma.NpiProviderWhereUniqueInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=NpiProviderCreateNestedOneWithoutAppointmentProceduresInput.schema.d.ts.map
|