17 lines
1.5 KiB
TypeScript
17 lines
1.5 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const ClaimCreateNestedOneWithoutServiceLinesInputObjectSchema: z.ZodType<Prisma.ClaimCreateNestedOneWithoutServiceLinesInput>;
|
|
export declare const ClaimCreateNestedOneWithoutServiceLinesInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutServiceLinesInput>>, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutServiceLinesInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutServiceLinesInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutServiceLinesInput>>>;
|
|
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.ClaimCreateWithoutServiceLinesInput | Prisma.ClaimUncheckedCreateWithoutServiceLinesInput | undefined;
|
|
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutServiceLinesInput | undefined;
|
|
connect?: Prisma.ClaimWhereUniqueInput | undefined;
|
|
}, {
|
|
create?: Prisma.ClaimCreateWithoutServiceLinesInput | Prisma.ClaimUncheckedCreateWithoutServiceLinesInput | undefined;
|
|
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutServiceLinesInput | undefined;
|
|
connect?: Prisma.ClaimWhereUniqueInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=ClaimCreateNestedOneWithoutServiceLinesInput.schema.d.ts.map
|