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

38 lines
3.0 KiB
TypeScript

import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const PatientDocumentAggregateSchema: z.ZodType<Prisma.PatientDocumentAggregateArgs>;
export declare const PatientDocumentAggregateZodSchema: z.ZodObject<{
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.PatientDocumentOrderByWithRelationInput, z.ZodTypeDef, Prisma.PatientDocumentOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.PatientDocumentOrderByWithRelationInput, z.ZodTypeDef, Prisma.PatientDocumentOrderByWithRelationInput>, "many">]>>;
where: z.ZodOptional<z.ZodType<Prisma.PatientDocumentWhereInput, z.ZodTypeDef, Prisma.PatientDocumentWhereInput>>;
cursor: z.ZodOptional<z.ZodType<Prisma.PatientDocumentWhereUniqueInput, z.ZodTypeDef, Prisma.PatientDocumentWhereUniqueInput>>;
take: z.ZodOptional<z.ZodNumber>;
skip: z.ZodOptional<z.ZodNumber>;
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.PatientDocumentCountAggregateInputType, z.ZodTypeDef, Prisma.PatientDocumentCountAggregateInputType>]>>;
_min: z.ZodOptional<z.ZodType<Prisma.PatientDocumentMinAggregateInputType, z.ZodTypeDef, Prisma.PatientDocumentMinAggregateInputType>>;
_max: z.ZodOptional<z.ZodType<Prisma.PatientDocumentMaxAggregateInputType, z.ZodTypeDef, Prisma.PatientDocumentMaxAggregateInputType>>;
_avg: z.ZodOptional<z.ZodType<Prisma.PatientDocumentAvgAggregateInputType, z.ZodTypeDef, Prisma.PatientDocumentAvgAggregateInputType>>;
_sum: z.ZodOptional<z.ZodType<Prisma.PatientDocumentSumAggregateInputType, z.ZodTypeDef, Prisma.PatientDocumentSumAggregateInputType>>;
}, "strict", z.ZodTypeAny, {
where?: Prisma.PatientDocumentWhereInput | undefined;
_count?: true | Prisma.PatientDocumentCountAggregateInputType | undefined;
orderBy?: Prisma.PatientDocumentOrderByWithRelationInput | Prisma.PatientDocumentOrderByWithRelationInput[] | undefined;
cursor?: Prisma.PatientDocumentWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
_min?: Prisma.PatientDocumentMinAggregateInputType | undefined;
_max?: Prisma.PatientDocumentMaxAggregateInputType | undefined;
_avg?: Prisma.PatientDocumentAvgAggregateInputType | undefined;
_sum?: Prisma.PatientDocumentSumAggregateInputType | undefined;
}, {
where?: Prisma.PatientDocumentWhereInput | undefined;
_count?: true | Prisma.PatientDocumentCountAggregateInputType | undefined;
orderBy?: Prisma.PatientDocumentOrderByWithRelationInput | Prisma.PatientDocumentOrderByWithRelationInput[] | undefined;
cursor?: Prisma.PatientDocumentWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
_min?: Prisma.PatientDocumentMinAggregateInputType | undefined;
_max?: Prisma.PatientDocumentMaxAggregateInputType | undefined;
_avg?: Prisma.PatientDocumentAvgAggregateInputType | undefined;
_sum?: Prisma.PatientDocumentSumAggregateInputType | undefined;
}>;
//# sourceMappingURL=aggregatePatientDocument.schema.d.ts.map