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

38 lines
2.7 KiB
TypeScript

import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const PaymentAggregateSchema: z.ZodType<Prisma.PaymentAggregateArgs>;
export declare const PaymentAggregateZodSchema: z.ZodObject<{
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.PaymentOrderByWithRelationInput, z.ZodTypeDef, Prisma.PaymentOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.PaymentOrderByWithRelationInput, z.ZodTypeDef, Prisma.PaymentOrderByWithRelationInput>, "many">]>>;
where: z.ZodOptional<z.ZodType<Prisma.PaymentWhereInput, z.ZodTypeDef, Prisma.PaymentWhereInput>>;
cursor: z.ZodOptional<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>;
take: z.ZodOptional<z.ZodNumber>;
skip: z.ZodOptional<z.ZodNumber>;
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.PaymentCountAggregateInputType, z.ZodTypeDef, Prisma.PaymentCountAggregateInputType>]>>;
_min: z.ZodOptional<z.ZodType<Prisma.PaymentMinAggregateInputType, z.ZodTypeDef, Prisma.PaymentMinAggregateInputType>>;
_max: z.ZodOptional<z.ZodType<Prisma.PaymentMaxAggregateInputType, z.ZodTypeDef, Prisma.PaymentMaxAggregateInputType>>;
_avg: z.ZodOptional<z.ZodType<Prisma.PaymentAvgAggregateInputType, z.ZodTypeDef, Prisma.PaymentAvgAggregateInputType>>;
_sum: z.ZodOptional<z.ZodType<Prisma.PaymentSumAggregateInputType, z.ZodTypeDef, Prisma.PaymentSumAggregateInputType>>;
}, "strict", z.ZodTypeAny, {
where?: Prisma.PaymentWhereInput | undefined;
_count?: true | Prisma.PaymentCountAggregateInputType | undefined;
orderBy?: Prisma.PaymentOrderByWithRelationInput | Prisma.PaymentOrderByWithRelationInput[] | undefined;
cursor?: Prisma.PaymentWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
_min?: Prisma.PaymentMinAggregateInputType | undefined;
_max?: Prisma.PaymentMaxAggregateInputType | undefined;
_avg?: Prisma.PaymentAvgAggregateInputType | undefined;
_sum?: Prisma.PaymentSumAggregateInputType | undefined;
}, {
where?: Prisma.PaymentWhereInput | undefined;
_count?: true | Prisma.PaymentCountAggregateInputType | undefined;
orderBy?: Prisma.PaymentOrderByWithRelationInput | Prisma.PaymentOrderByWithRelationInput[] | undefined;
cursor?: Prisma.PaymentWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
_min?: Prisma.PaymentMinAggregateInputType | undefined;
_max?: Prisma.PaymentMaxAggregateInputType | undefined;
_avg?: Prisma.PaymentAvgAggregateInputType | undefined;
_sum?: Prisma.PaymentSumAggregateInputType | undefined;
}>;
//# sourceMappingURL=aggregatePayment.schema.d.ts.map