20 lines
2.8 KiB
TypeScript
20 lines
2.8 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PaymentCreateNestedManyWithoutPatientInputObjectSchema: z.ZodType<Prisma.PaymentCreateNestedManyWithoutPatientInput>;
|
|
export declare const PaymentCreateNestedManyWithoutPatientInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PaymentCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PaymentCreateWithoutPatientInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PaymentUncheckedCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PaymentUncheckedCreateWithoutPatientInput>>, "many">]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.PaymentCreateOrConnectWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.PaymentCreateOrConnectWithoutPatientInput>>, "many">]>>;
|
|
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentCreateManyPatientInputEnvelope, z.ZodTypeDef, Prisma.PaymentCreateManyPatientInputEnvelope>>>;
|
|
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.PaymentUncheckedCreateWithoutPatientInput | Prisma.PaymentCreateWithoutPatientInput | Prisma.PaymentCreateWithoutPatientInput[] | Prisma.PaymentUncheckedCreateWithoutPatientInput[] | undefined;
|
|
connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutPatientInput | Prisma.PaymentCreateOrConnectWithoutPatientInput[] | undefined;
|
|
createMany?: Prisma.PaymentCreateManyPatientInputEnvelope | undefined;
|
|
connect?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined;
|
|
}, {
|
|
create?: Prisma.PaymentUncheckedCreateWithoutPatientInput | Prisma.PaymentCreateWithoutPatientInput | Prisma.PaymentCreateWithoutPatientInput[] | Prisma.PaymentUncheckedCreateWithoutPatientInput[] | undefined;
|
|
connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutPatientInput | Prisma.PaymentCreateOrConnectWithoutPatientInput[] | undefined;
|
|
createMany?: Prisma.PaymentCreateManyPatientInputEnvelope | undefined;
|
|
connect?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined;
|
|
}>;
|
|
//# sourceMappingURL=PaymentCreateNestedManyWithoutPatientInput.schema.d.ts.map
|