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

20 lines
2.9 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ServiceLineCreateNestedManyWithoutPaymentInputObjectSchema: z.ZodType<Prisma.ServiceLineCreateNestedManyWithoutPaymentInput>;
export declare const ServiceLineCreateNestedManyWithoutPaymentInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineCreateWithoutPaymentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineCreateWithoutPaymentInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.ServiceLineUncheckedCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineUncheckedCreateWithoutPaymentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineUncheckedCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineUncheckedCreateWithoutPaymentInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateOrConnectWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineCreateOrConnectWithoutPaymentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateOrConnectWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineCreateOrConnectWithoutPaymentInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateManyPaymentInputEnvelope, z.ZodTypeDef, Prisma.ServiceLineCreateManyPaymentInputEnvelope>>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineWhereUniqueInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.ServiceLineCreateWithoutPaymentInput | Prisma.ServiceLineUncheckedCreateWithoutPaymentInput | Prisma.ServiceLineCreateWithoutPaymentInput[] | Prisma.ServiceLineUncheckedCreateWithoutPaymentInput[] | undefined;
connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutPaymentInput | Prisma.ServiceLineCreateOrConnectWithoutPaymentInput[] | undefined;
createMany?: Prisma.ServiceLineCreateManyPaymentInputEnvelope | undefined;
connect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined;
}, {
create?: Prisma.ServiceLineCreateWithoutPaymentInput | Prisma.ServiceLineUncheckedCreateWithoutPaymentInput | Prisma.ServiceLineCreateWithoutPaymentInput[] | Prisma.ServiceLineUncheckedCreateWithoutPaymentInput[] | undefined;
connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutPaymentInput | Prisma.ServiceLineCreateOrConnectWithoutPaymentInput[] | undefined;
createMany?: Prisma.ServiceLineCreateManyPaymentInputEnvelope | undefined;
connect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined;
}>;
//# sourceMappingURL=ServiceLineCreateNestedManyWithoutPaymentInput.schema.d.ts.map