17 lines
1.4 KiB
TypeScript
17 lines
1.4 KiB
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const PaymentFindUniqueOrThrowSchema: z.ZodType<Prisma.PaymentFindUniqueOrThrowArgs>;
|
|
export declare const PaymentFindUniqueOrThrowZodSchema: z.ZodObject<{
|
|
select: z.ZodOptional<z.ZodType<Prisma.PaymentSelect<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.PaymentSelect<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
|
|
include: z.ZodOptional<z.ZodType<Prisma.PaymentInclude<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.PaymentInclude<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
|
|
where: z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where: Prisma.PaymentWhereUniqueInput;
|
|
include?: Prisma.PaymentInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
select?: Prisma.PaymentSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
}, {
|
|
where: Prisma.PaymentWhereUniqueInput;
|
|
include?: Prisma.PaymentInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
select?: Prisma.PaymentSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
}>;
|
|
//# sourceMappingURL=findUniqueOrThrowPayment.schema.d.ts.map
|