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