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

17 lines
727 B
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PatientDocumentAvgAggregateInputObjectSchema: z.ZodType<Prisma.PatientDocumentAvgAggregateInputType>;
export declare const PatientDocumentAvgAggregateInputObjectZodSchema: z.ZodObject<{
id: z.ZodOptional<z.ZodLiteral<true>>;
patientId: z.ZodOptional<z.ZodLiteral<true>>;
fileSize: z.ZodOptional<z.ZodLiteral<true>>;
}, "strict", z.ZodTypeAny, {
id?: true | undefined;
patientId?: true | undefined;
fileSize?: true | undefined;
}, {
id?: true | undefined;
patientId?: true | undefined;
fileSize?: true | undefined;
}>;
//# sourceMappingURL=PatientDocumentAvgAggregateInput.schema.d.ts.map