Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/CloudFileChunkOrderByRelationAggregateInput.schema.d.ts
2026-04-04 22:13:55 -04:00

11 lines
574 B
TypeScript

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