Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/ClaimCreateNestedManyWithoutAppointmentInput.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 ClaimCreateNestedManyWithoutAppointmentInputObjectSchema: z.ZodType<Prisma.ClaimCreateNestedManyWithoutAppointmentInput>;
export declare const ClaimCreateNestedManyWithoutAppointmentInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutAppointmentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutAppointmentInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutAppointmentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutAppointmentInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutAppointmentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutAppointmentInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimCreateManyAppointmentInputEnvelope, z.ZodTypeDef, Prisma.ClaimCreateManyAppointmentInputEnvelope>>>;
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.ClaimUncheckedCreateWithoutAppointmentInput | Prisma.ClaimCreateWithoutAppointmentInput | Prisma.ClaimCreateWithoutAppointmentInput[] | Prisma.ClaimUncheckedCreateWithoutAppointmentInput[] | undefined;
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutAppointmentInput | Prisma.ClaimCreateOrConnectWithoutAppointmentInput[] | undefined;
createMany?: Prisma.ClaimCreateManyAppointmentInputEnvelope | undefined;
connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
}, {
create?: Prisma.ClaimUncheckedCreateWithoutAppointmentInput | Prisma.ClaimCreateWithoutAppointmentInput | Prisma.ClaimCreateWithoutAppointmentInput[] | Prisma.ClaimUncheckedCreateWithoutAppointmentInput[] | undefined;
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutAppointmentInput | Prisma.ClaimCreateOrConnectWithoutAppointmentInput[] | undefined;
createMany?: Prisma.ClaimCreateManyAppointmentInputEnvelope | undefined;
connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
}>;
//# sourceMappingURL=ClaimCreateNestedManyWithoutAppointmentInput.schema.d.ts.map