Files
DentalManagementMHAprilgg/packages/db/shared/schemas/aggregateNotification.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 NotificationAggregateSchema: z.ZodType<Prisma.NotificationAggregateArgs>;
export declare const NotificationAggregateZodSchema: z.ZodObject<{
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.NotificationOrderByWithRelationInput, z.ZodTypeDef, Prisma.NotificationOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.NotificationOrderByWithRelationInput, z.ZodTypeDef, Prisma.NotificationOrderByWithRelationInput>, "many">]>>;
where: z.ZodOptional<z.ZodType<Prisma.NotificationWhereInput, z.ZodTypeDef, Prisma.NotificationWhereInput>>;
cursor: z.ZodOptional<z.ZodType<Prisma.NotificationWhereUniqueInput, z.ZodTypeDef, Prisma.NotificationWhereUniqueInput>>;
take: z.ZodOptional<z.ZodNumber>;
skip: z.ZodOptional<z.ZodNumber>;
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.NotificationCountAggregateInputType, z.ZodTypeDef, Prisma.NotificationCountAggregateInputType>]>>;
_min: z.ZodOptional<z.ZodType<Prisma.NotificationMinAggregateInputType, z.ZodTypeDef, Prisma.NotificationMinAggregateInputType>>;
_max: z.ZodOptional<z.ZodType<Prisma.NotificationMaxAggregateInputType, z.ZodTypeDef, Prisma.NotificationMaxAggregateInputType>>;
_avg: z.ZodOptional<z.ZodType<Prisma.NotificationAvgAggregateInputType, z.ZodTypeDef, Prisma.NotificationAvgAggregateInputType>>;
_sum: z.ZodOptional<z.ZodType<Prisma.NotificationSumAggregateInputType, z.ZodTypeDef, Prisma.NotificationSumAggregateInputType>>;
}, "strict", z.ZodTypeAny, {
where?: Prisma.NotificationWhereInput | undefined;
_count?: true | Prisma.NotificationCountAggregateInputType | undefined;
orderBy?: Prisma.NotificationOrderByWithRelationInput | Prisma.NotificationOrderByWithRelationInput[] | undefined;
cursor?: Prisma.NotificationWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
_min?: Prisma.NotificationMinAggregateInputType | undefined;
_max?: Prisma.NotificationMaxAggregateInputType | undefined;
_avg?: Prisma.NotificationAvgAggregateInputType | undefined;
_sum?: Prisma.NotificationSumAggregateInputType | undefined;
}, {
where?: Prisma.NotificationWhereInput | undefined;
_count?: true | Prisma.NotificationCountAggregateInputType | undefined;
orderBy?: Prisma.NotificationOrderByWithRelationInput | Prisma.NotificationOrderByWithRelationInput[] | undefined;
cursor?: Prisma.NotificationWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
_min?: Prisma.NotificationMinAggregateInputType | undefined;
_max?: Prisma.NotificationMaxAggregateInputType | undefined;
_avg?: Prisma.NotificationAvgAggregateInputType | undefined;
_sum?: Prisma.NotificationSumAggregateInputType | undefined;
}>;
//# sourceMappingURL=aggregateNotification.schema.d.ts.map