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

38 lines
2.9 KiB
TypeScript

import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const CommunicationAggregateSchema: z.ZodType<Prisma.CommunicationAggregateArgs>;
export declare const CommunicationAggregateZodSchema: z.ZodObject<{
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.CommunicationOrderByWithRelationInput, z.ZodTypeDef, Prisma.CommunicationOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.CommunicationOrderByWithRelationInput, z.ZodTypeDef, Prisma.CommunicationOrderByWithRelationInput>, "many">]>>;
where: z.ZodOptional<z.ZodType<Prisma.CommunicationWhereInput, z.ZodTypeDef, Prisma.CommunicationWhereInput>>;
cursor: z.ZodOptional<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>;
take: z.ZodOptional<z.ZodNumber>;
skip: z.ZodOptional<z.ZodNumber>;
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.CommunicationCountAggregateInputType, z.ZodTypeDef, Prisma.CommunicationCountAggregateInputType>]>>;
_min: z.ZodOptional<z.ZodType<Prisma.CommunicationMinAggregateInputType, z.ZodTypeDef, Prisma.CommunicationMinAggregateInputType>>;
_max: z.ZodOptional<z.ZodType<Prisma.CommunicationMaxAggregateInputType, z.ZodTypeDef, Prisma.CommunicationMaxAggregateInputType>>;
_avg: z.ZodOptional<z.ZodType<Prisma.CommunicationAvgAggregateInputType, z.ZodTypeDef, Prisma.CommunicationAvgAggregateInputType>>;
_sum: z.ZodOptional<z.ZodType<Prisma.CommunicationSumAggregateInputType, z.ZodTypeDef, Prisma.CommunicationSumAggregateInputType>>;
}, "strict", z.ZodTypeAny, {
where?: Prisma.CommunicationWhereInput | undefined;
_count?: true | Prisma.CommunicationCountAggregateInputType | undefined;
orderBy?: Prisma.CommunicationOrderByWithRelationInput | Prisma.CommunicationOrderByWithRelationInput[] | undefined;
cursor?: Prisma.CommunicationWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
_min?: Prisma.CommunicationMinAggregateInputType | undefined;
_max?: Prisma.CommunicationMaxAggregateInputType | undefined;
_avg?: Prisma.CommunicationAvgAggregateInputType | undefined;
_sum?: Prisma.CommunicationSumAggregateInputType | undefined;
}, {
where?: Prisma.CommunicationWhereInput | undefined;
_count?: true | Prisma.CommunicationCountAggregateInputType | undefined;
orderBy?: Prisma.CommunicationOrderByWithRelationInput | Prisma.CommunicationOrderByWithRelationInput[] | undefined;
cursor?: Prisma.CommunicationWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
_min?: Prisma.CommunicationMinAggregateInputType | undefined;
_max?: Prisma.CommunicationMaxAggregateInputType | undefined;
_avg?: Prisma.CommunicationAvgAggregateInputType | undefined;
_sum?: Prisma.CommunicationSumAggregateInputType | undefined;
}>;
//# sourceMappingURL=aggregateCommunication.schema.d.ts.map