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

14 lines
574 B
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PdfFileAvgAggregateInputObjectSchema: z.ZodType<Prisma.PdfFileAvgAggregateInputType>;
export declare const PdfFileAvgAggregateInputObjectZodSchema: z.ZodObject<{
id: z.ZodOptional<z.ZodLiteral<true>>;
groupId: z.ZodOptional<z.ZodLiteral<true>>;
}, "strict", z.ZodTypeAny, {
id?: true | undefined;
groupId?: true | undefined;
}, {
id?: true | undefined;
groupId?: true | undefined;
}>;
//# sourceMappingURL=PdfFileAvgAggregateInput.schema.d.ts.map