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 PaymentCreateOrConnectWithoutClaimInputObjectSchema: z.ZodType<Prisma.PaymentCreateOrConnectWithoutClaimInput>;
|
|
export declare const PaymentCreateOrConnectWithoutClaimInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>;
|
|
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentCreateWithoutClaimInput, z.ZodTypeDef, Prisma.PaymentCreateWithoutClaimInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedCreateWithoutClaimInput, z.ZodTypeDef, Prisma.PaymentUncheckedCreateWithoutClaimInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.PaymentCreateWithoutClaimInput | Prisma.PaymentUncheckedCreateWithoutClaimInput;
|
|
where: Prisma.PaymentWhereUniqueInput;
|
|
}, {
|
|
create: Prisma.PaymentCreateWithoutClaimInput | Prisma.PaymentUncheckedCreateWithoutClaimInput;
|
|
where: Prisma.PaymentWhereUniqueInput;
|
|
}>;
|
|
//# sourceMappingURL=PaymentCreateOrConnectWithoutClaimInput.schema.d.ts.map
|