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

20 lines
2.8 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const NpiProviderCreateNestedManyWithoutUserInputObjectSchema: z.ZodType<Prisma.NpiProviderCreateNestedManyWithoutUserInput>;
export declare const NpiProviderCreateNestedManyWithoutUserInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderCreateWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NpiProviderCreateWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderCreateWithoutUserInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.NpiProviderUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderUncheckedCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NpiProviderUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderUncheckedCreateWithoutUserInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderCreateOrConnectWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NpiProviderCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderCreateOrConnectWithoutUserInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NpiProviderCreateManyUserInputEnvelope, z.ZodTypeDef, Prisma.NpiProviderCreateManyUserInputEnvelope>>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderWhereUniqueInput, z.ZodTypeDef, Prisma.NpiProviderWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NpiProviderWhereUniqueInput, z.ZodTypeDef, Prisma.NpiProviderWhereUniqueInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.NpiProviderCreateWithoutUserInput | Prisma.NpiProviderUncheckedCreateWithoutUserInput | Prisma.NpiProviderCreateWithoutUserInput[] | Prisma.NpiProviderUncheckedCreateWithoutUserInput[] | undefined;
connectOrCreate?: Prisma.NpiProviderCreateOrConnectWithoutUserInput | Prisma.NpiProviderCreateOrConnectWithoutUserInput[] | undefined;
createMany?: Prisma.NpiProviderCreateManyUserInputEnvelope | undefined;
connect?: Prisma.NpiProviderWhereUniqueInput | Prisma.NpiProviderWhereUniqueInput[] | undefined;
}, {
create?: Prisma.NpiProviderCreateWithoutUserInput | Prisma.NpiProviderUncheckedCreateWithoutUserInput | Prisma.NpiProviderCreateWithoutUserInput[] | Prisma.NpiProviderUncheckedCreateWithoutUserInput[] | undefined;
connectOrCreate?: Prisma.NpiProviderCreateOrConnectWithoutUserInput | Prisma.NpiProviderCreateOrConnectWithoutUserInput[] | undefined;
createMany?: Prisma.NpiProviderCreateManyUserInputEnvelope | undefined;
connect?: Prisma.NpiProviderWhereUniqueInput | Prisma.NpiProviderWhereUniqueInput[] | undefined;
}>;
//# sourceMappingURL=NpiProviderCreateNestedManyWithoutUserInput.schema.d.ts.map