initial commit
This commit is contained in:
20
packages/db/shared/schemas/objects/ServiceLineCreateNestedManyWithoutPaymentInput.schema.d.ts
vendored
Normal file
20
packages/db/shared/schemas/objects/ServiceLineCreateNestedManyWithoutPaymentInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const ServiceLineCreateNestedManyWithoutPaymentInputObjectSchema: z.ZodType<Prisma.ServiceLineCreateNestedManyWithoutPaymentInput>;
|
||||
export declare const ServiceLineCreateNestedManyWithoutPaymentInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineCreateWithoutPaymentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineCreateWithoutPaymentInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.ServiceLineUncheckedCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineUncheckedCreateWithoutPaymentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineUncheckedCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineUncheckedCreateWithoutPaymentInput>>, "many">]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateOrConnectWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineCreateOrConnectWithoutPaymentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateOrConnectWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineCreateOrConnectWithoutPaymentInput>>, "many">]>>;
|
||||
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateManyPaymentInputEnvelope, z.ZodTypeDef, Prisma.ServiceLineCreateManyPaymentInputEnvelope>>>;
|
||||
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineWhereUniqueInput>>, "many">]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.ServiceLineCreateWithoutPaymentInput | Prisma.ServiceLineUncheckedCreateWithoutPaymentInput | Prisma.ServiceLineCreateWithoutPaymentInput[] | Prisma.ServiceLineUncheckedCreateWithoutPaymentInput[] | undefined;
|
||||
connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutPaymentInput | Prisma.ServiceLineCreateOrConnectWithoutPaymentInput[] | undefined;
|
||||
createMany?: Prisma.ServiceLineCreateManyPaymentInputEnvelope | undefined;
|
||||
connect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined;
|
||||
}, {
|
||||
create?: Prisma.ServiceLineCreateWithoutPaymentInput | Prisma.ServiceLineUncheckedCreateWithoutPaymentInput | Prisma.ServiceLineCreateWithoutPaymentInput[] | Prisma.ServiceLineUncheckedCreateWithoutPaymentInput[] | undefined;
|
||||
connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutPaymentInput | Prisma.ServiceLineCreateOrConnectWithoutPaymentInput[] | undefined;
|
||||
createMany?: Prisma.ServiceLineCreateManyPaymentInputEnvelope | undefined;
|
||||
connect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=ServiceLineCreateNestedManyWithoutPaymentInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user