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

17 lines
835 B
TypeScript

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