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

23 lines
1.1 KiB
TypeScript

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