Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/PaymentCreateNestedManyWithoutUpdatedByInput.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 PaymentCreateNestedManyWithoutUpdatedByInputObjectSchema: z.ZodType<Prisma.PaymentCreateNestedManyWithoutUpdatedByInput>;
export declare const PaymentCreateNestedManyWithoutUpdatedByInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentCreateWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentCreateWithoutUpdatedByInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentCreateWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentCreateWithoutUpdatedByInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedCreateWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentUncheckedCreateWithoutUpdatedByInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedCreateWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentUncheckedCreateWithoutUpdatedByInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentCreateOrConnectWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentCreateOrConnectWithoutUpdatedByInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentCreateOrConnectWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentCreateOrConnectWithoutUpdatedByInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentCreateManyUpdatedByInputEnvelope, z.ZodTypeDef, Prisma.PaymentCreateManyUpdatedByInputEnvelope>>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.PaymentCreateWithoutUpdatedByInput | Prisma.PaymentUncheckedCreateWithoutUpdatedByInput | Prisma.PaymentCreateWithoutUpdatedByInput[] | Prisma.PaymentUncheckedCreateWithoutUpdatedByInput[] | undefined;
connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutUpdatedByInput | Prisma.PaymentCreateOrConnectWithoutUpdatedByInput[] | undefined;
createMany?: Prisma.PaymentCreateManyUpdatedByInputEnvelope | undefined;
connect?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined;
}, {
create?: Prisma.PaymentCreateWithoutUpdatedByInput | Prisma.PaymentUncheckedCreateWithoutUpdatedByInput | Prisma.PaymentCreateWithoutUpdatedByInput[] | Prisma.PaymentUncheckedCreateWithoutUpdatedByInput[] | undefined;
connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutUpdatedByInput | Prisma.PaymentCreateOrConnectWithoutUpdatedByInput[] | undefined;
createMany?: Prisma.PaymentCreateManyUpdatedByInputEnvelope | undefined;
connect?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined;
}>;
//# sourceMappingURL=PaymentCreateNestedManyWithoutUpdatedByInput.schema.d.ts.map