20 lines
2.9 KiB
TypeScript
20 lines
2.9 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PaymentUncheckedCreateNestedManyWithoutUpdatedByInputObjectSchema: z.ZodType<Prisma.PaymentUncheckedCreateNestedManyWithoutUpdatedByInput>;
|
|
export declare const PaymentUncheckedCreateNestedManyWithoutUpdatedByInputObjectZodSchema: 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=PaymentUncheckedCreateNestedManyWithoutUpdatedByInput.schema.d.ts.map
|