initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const PaymentUncheckedCreateNestedManyWithoutPatientInputObjectSchema: z.ZodType<Prisma.PaymentUncheckedCreateNestedManyWithoutPatientInput>;
|
||||
export declare const PaymentUncheckedCreateNestedManyWithoutPatientInputObjectZodSchema: 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=PaymentUncheckedCreateNestedManyWithoutPatientInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user