Files
DentalManagementMH05/packages/db/shared/schemas/objects/ClaimUncheckedCreateNestedManyWithoutNpiProviderInput.schema.d.ts

20 lines
2.8 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ClaimUncheckedCreateNestedManyWithoutNpiProviderInputObjectSchema: z.ZodType<Prisma.ClaimUncheckedCreateNestedManyWithoutNpiProviderInput>;
export declare const ClaimUncheckedCreateNestedManyWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutNpiProviderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutNpiProviderInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutNpiProviderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutNpiProviderInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutNpiProviderInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutNpiProviderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutNpiProviderInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutNpiProviderInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimCreateManyNpiProviderInputEnvelope, z.ZodTypeDef, Prisma.ClaimCreateManyNpiProviderInputEnvelope>>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.ClaimUncheckedCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput[] | Prisma.ClaimUncheckedCreateWithoutNpiProviderInput[] | undefined;
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutNpiProviderInput | Prisma.ClaimCreateOrConnectWithoutNpiProviderInput[] | undefined;
createMany?: Prisma.ClaimCreateManyNpiProviderInputEnvelope | undefined;
connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
}, {
create?: Prisma.ClaimUncheckedCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput[] | Prisma.ClaimUncheckedCreateWithoutNpiProviderInput[] | undefined;
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutNpiProviderInput | Prisma.ClaimCreateOrConnectWithoutNpiProviderInput[] | undefined;
createMany?: Prisma.ClaimCreateManyNpiProviderInputEnvelope | undefined;
connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
}>;
//# sourceMappingURL=ClaimUncheckedCreateNestedManyWithoutNpiProviderInput.schema.d.ts.map