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

20 lines
2.7 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ClaimCreateNestedManyWithoutPatientInputObjectSchema: z.ZodType<Prisma.ClaimCreateNestedManyWithoutPatientInput>;
export declare const ClaimCreateNestedManyWithoutPatientInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutPatientInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutPatientInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutPatientInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimCreateManyPatientInputEnvelope, z.ZodTypeDef, Prisma.ClaimCreateManyPatientInputEnvelope>>>;
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.ClaimUncheckedCreateWithoutPatientInput | Prisma.ClaimCreateWithoutPatientInput | Prisma.ClaimCreateWithoutPatientInput[] | Prisma.ClaimUncheckedCreateWithoutPatientInput[] | undefined;
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutPatientInput | Prisma.ClaimCreateOrConnectWithoutPatientInput[] | undefined;
createMany?: Prisma.ClaimCreateManyPatientInputEnvelope | undefined;
connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
}, {
create?: Prisma.ClaimUncheckedCreateWithoutPatientInput | Prisma.ClaimCreateWithoutPatientInput | Prisma.ClaimCreateWithoutPatientInput[] | Prisma.ClaimUncheckedCreateWithoutPatientInput[] | undefined;
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutPatientInput | Prisma.ClaimCreateOrConnectWithoutPatientInput[] | undefined;
createMany?: Prisma.ClaimCreateManyPatientInputEnvelope | undefined;
connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
}>;
//# sourceMappingURL=ClaimCreateNestedManyWithoutPatientInput.schema.d.ts.map