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 ServiceLineCreateNestedManyWithoutClaimInputObjectSchema: z.ZodType<Prisma.ServiceLineCreateNestedManyWithoutClaimInput>;
|
|
export declare const ServiceLineCreateNestedManyWithoutClaimInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateWithoutClaimInput, z.ZodTypeDef, Prisma.ServiceLineCreateWithoutClaimInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateWithoutClaimInput, z.ZodTypeDef, Prisma.ServiceLineCreateWithoutClaimInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.ServiceLineUncheckedCreateWithoutClaimInput, z.ZodTypeDef, Prisma.ServiceLineUncheckedCreateWithoutClaimInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineUncheckedCreateWithoutClaimInput, z.ZodTypeDef, Prisma.ServiceLineUncheckedCreateWithoutClaimInput>>, "many">]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateOrConnectWithoutClaimInput, z.ZodTypeDef, Prisma.ServiceLineCreateOrConnectWithoutClaimInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateOrConnectWithoutClaimInput, z.ZodTypeDef, Prisma.ServiceLineCreateOrConnectWithoutClaimInput>>, "many">]>>;
|
|
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateManyClaimInputEnvelope, z.ZodTypeDef, Prisma.ServiceLineCreateManyClaimInputEnvelope>>>;
|
|
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.ServiceLineUncheckedCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput[] | Prisma.ServiceLineUncheckedCreateWithoutClaimInput[] | undefined;
|
|
connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutClaimInput | Prisma.ServiceLineCreateOrConnectWithoutClaimInput[] | undefined;
|
|
createMany?: Prisma.ServiceLineCreateManyClaimInputEnvelope | undefined;
|
|
connect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined;
|
|
}, {
|
|
create?: Prisma.ServiceLineUncheckedCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput[] | Prisma.ServiceLineUncheckedCreateWithoutClaimInput[] | undefined;
|
|
connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutClaimInput | Prisma.ServiceLineCreateOrConnectWithoutClaimInput[] | undefined;
|
|
createMany?: Prisma.ServiceLineCreateManyClaimInputEnvelope | undefined;
|
|
connect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined;
|
|
}>;
|
|
//# sourceMappingURL=ServiceLineCreateNestedManyWithoutClaimInput.schema.d.ts.map
|