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

14 lines
691 B
TypeScript

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