14 lines
1.1 KiB
TypeScript
14 lines
1.1 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const ClaimCreateOrConnectWithoutPaymentInputObjectSchema: z.ZodType<Prisma.ClaimCreateOrConnectWithoutPaymentInput>;
|
|
export declare const ClaimCreateOrConnectWithoutPaymentInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>;
|
|
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutPaymentInput>>, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutPaymentInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.ClaimCreateWithoutPaymentInput | Prisma.ClaimUncheckedCreateWithoutPaymentInput;
|
|
where: Prisma.ClaimWhereUniqueInput;
|
|
}, {
|
|
create: Prisma.ClaimCreateWithoutPaymentInput | Prisma.ClaimUncheckedCreateWithoutPaymentInput;
|
|
where: Prisma.ClaimWhereUniqueInput;
|
|
}>;
|
|
//# sourceMappingURL=ClaimCreateOrConnectWithoutPaymentInput.schema.d.ts.map
|