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

14 lines
664 B
TypeScript

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