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 ClaimCreateNestedOneWithoutPaymentInputObjectSchema: z.ZodType<Prisma.ClaimCreateNestedOneWithoutPaymentInput>;
|
|
export declare const ClaimCreateNestedOneWithoutPaymentInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutPaymentInput>>, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutPaymentInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutPaymentInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutPaymentInput>>>;
|
|
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.ClaimCreateWithoutPaymentInput | Prisma.ClaimUncheckedCreateWithoutPaymentInput | undefined;
|
|
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutPaymentInput | undefined;
|
|
connect?: Prisma.ClaimWhereUniqueInput | undefined;
|
|
}, {
|
|
create?: Prisma.ClaimCreateWithoutPaymentInput | Prisma.ClaimUncheckedCreateWithoutPaymentInput | undefined;
|
|
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutPaymentInput | undefined;
|
|
connect?: Prisma.ClaimWhereUniqueInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=ClaimCreateNestedOneWithoutPaymentInput.schema.d.ts.map
|