20 lines
3.5 KiB
TypeScript
20 lines
3.5 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const ServiceLineTransactionCreateNestedManyWithoutServiceLineInputObjectSchema: z.ZodType<Prisma.ServiceLineTransactionCreateNestedManyWithoutServiceLineInput>;
|
|
export declare const ServiceLineTransactionCreateNestedManyWithoutServiceLineInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateWithoutServiceLineInput, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateWithoutServiceLineInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateWithoutServiceLineInput, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateWithoutServiceLineInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUncheckedCreateWithoutServiceLineInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUncheckedCreateWithoutServiceLineInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUncheckedCreateWithoutServiceLineInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUncheckedCreateWithoutServiceLineInput>>, "many">]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateOrConnectWithoutServiceLineInput, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateOrConnectWithoutServiceLineInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateOrConnectWithoutServiceLineInput, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateOrConnectWithoutServiceLineInput>>, "many">]>>;
|
|
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateManyServiceLineInputEnvelope, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateManyServiceLineInputEnvelope>>>;
|
|
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.ServiceLineTransactionUncheckedCreateWithoutServiceLineInput | Prisma.ServiceLineTransactionCreateWithoutServiceLineInput | Prisma.ServiceLineTransactionCreateWithoutServiceLineInput[] | Prisma.ServiceLineTransactionUncheckedCreateWithoutServiceLineInput[] | undefined;
|
|
connectOrCreate?: Prisma.ServiceLineTransactionCreateOrConnectWithoutServiceLineInput | Prisma.ServiceLineTransactionCreateOrConnectWithoutServiceLineInput[] | undefined;
|
|
createMany?: Prisma.ServiceLineTransactionCreateManyServiceLineInputEnvelope | undefined;
|
|
connect?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined;
|
|
}, {
|
|
create?: Prisma.ServiceLineTransactionUncheckedCreateWithoutServiceLineInput | Prisma.ServiceLineTransactionCreateWithoutServiceLineInput | Prisma.ServiceLineTransactionCreateWithoutServiceLineInput[] | Prisma.ServiceLineTransactionUncheckedCreateWithoutServiceLineInput[] | undefined;
|
|
connectOrCreate?: Prisma.ServiceLineTransactionCreateOrConnectWithoutServiceLineInput | Prisma.ServiceLineTransactionCreateOrConnectWithoutServiceLineInput[] | undefined;
|
|
createMany?: Prisma.ServiceLineTransactionCreateManyServiceLineInputEnvelope | undefined;
|
|
connect?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined;
|
|
}>;
|
|
//# sourceMappingURL=ServiceLineTransactionCreateNestedManyWithoutServiceLineInput.schema.d.ts.map
|