11 lines
546 B
TypeScript
11 lines
546 B
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PaymentOrderByRelationAggregateInputObjectSchema: z.ZodType<Prisma.PaymentOrderByRelationAggregateInput>;
|
|
export declare const PaymentOrderByRelationAggregateInputObjectZodSchema: z.ZodObject<{
|
|
_count: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
_count?: "asc" | "desc" | undefined;
|
|
}, {
|
|
_count?: "asc" | "desc" | undefined;
|
|
}>;
|
|
//# sourceMappingURL=PaymentOrderByRelationAggregateInput.schema.d.ts.map
|