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

38 lines
2.7 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const InsuranceCredentialOrderByWithAggregationInputObjectSchema: z.ZodType<Prisma.InsuranceCredentialOrderByWithAggregationInput>;
export declare const InsuranceCredentialOrderByWithAggregationInputObjectZodSchema: z.ZodObject<{
id: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
userId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
siteKey: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
username: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
password: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
_count: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.InsuranceCredentialCountOrderByAggregateInput, z.ZodTypeDef, Prisma.InsuranceCredentialCountOrderByAggregateInput>>>;
_avg: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.InsuranceCredentialAvgOrderByAggregateInput, z.ZodTypeDef, Prisma.InsuranceCredentialAvgOrderByAggregateInput>>>;
_max: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.InsuranceCredentialMaxOrderByAggregateInput, z.ZodTypeDef, Prisma.InsuranceCredentialMaxOrderByAggregateInput>>>;
_min: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.InsuranceCredentialMinOrderByAggregateInput, z.ZodTypeDef, Prisma.InsuranceCredentialMinOrderByAggregateInput>>>;
_sum: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.InsuranceCredentialSumOrderByAggregateInput, z.ZodTypeDef, Prisma.InsuranceCredentialSumOrderByAggregateInput>>>;
}, "strict", z.ZodTypeAny, {
id?: "asc" | "desc" | undefined;
userId?: "asc" | "desc" | undefined;
siteKey?: "asc" | "desc" | undefined;
username?: "asc" | "desc" | undefined;
password?: "asc" | "desc" | undefined;
_count?: Prisma.InsuranceCredentialCountOrderByAggregateInput | undefined;
_min?: Prisma.InsuranceCredentialMinOrderByAggregateInput | undefined;
_max?: Prisma.InsuranceCredentialMaxOrderByAggregateInput | undefined;
_avg?: Prisma.InsuranceCredentialAvgOrderByAggregateInput | undefined;
_sum?: Prisma.InsuranceCredentialSumOrderByAggregateInput | undefined;
}, {
id?: "asc" | "desc" | undefined;
userId?: "asc" | "desc" | undefined;
siteKey?: "asc" | "desc" | undefined;
username?: "asc" | "desc" | undefined;
password?: "asc" | "desc" | undefined;
_count?: Prisma.InsuranceCredentialCountOrderByAggregateInput | undefined;
_min?: Prisma.InsuranceCredentialMinOrderByAggregateInput | undefined;
_max?: Prisma.InsuranceCredentialMaxOrderByAggregateInput | undefined;
_avg?: Prisma.InsuranceCredentialAvgOrderByAggregateInput | undefined;
_sum?: Prisma.InsuranceCredentialSumOrderByAggregateInput | undefined;
}>;
//# sourceMappingURL=InsuranceCredentialOrderByWithAggregationInput.schema.d.ts.map