20 lines
3.3 KiB
TypeScript
20 lines
3.3 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const ServiceLineTransactionCreateNestedManyWithoutPaymentInputObjectSchema: z.ZodType<Prisma.ServiceLineTransactionCreateNestedManyWithoutPaymentInput>;
|
|
export declare const ServiceLineTransactionCreateNestedManyWithoutPaymentInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateWithoutPaymentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateWithoutPaymentInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput>>, "many">]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput>>, "many">]>>;
|
|
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateManyPaymentInputEnvelope, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateManyPaymentInputEnvelope>>>;
|
|
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>, "many">]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput | Prisma.ServiceLineTransactionCreateWithoutPaymentInput | Prisma.ServiceLineTransactionCreateWithoutPaymentInput[] | Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput[] | undefined;
|
|
connectOrCreate?: Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput | Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput[] | undefined;
|
|
createMany?: Prisma.ServiceLineTransactionCreateManyPaymentInputEnvelope | undefined;
|
|
connect?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined;
|
|
}, {
|
|
create?: Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput | Prisma.ServiceLineTransactionCreateWithoutPaymentInput | Prisma.ServiceLineTransactionCreateWithoutPaymentInput[] | Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput[] | undefined;
|
|
connectOrCreate?: Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput | Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput[] | undefined;
|
|
createMany?: Prisma.ServiceLineTransactionCreateManyPaymentInputEnvelope | undefined;
|
|
connect?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined;
|
|
}>;
|
|
//# sourceMappingURL=ServiceLineTransactionCreateNestedManyWithoutPaymentInput.schema.d.ts.map
|