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

20 lines
953 B
TypeScript

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