38 lines
2.7 KiB
TypeScript
38 lines
2.7 KiB
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const PatientAggregateSchema: z.ZodType<Prisma.PatientAggregateArgs>;
|
|
export declare const PatientAggregateZodSchema: z.ZodObject<{
|
|
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.PatientOrderByWithRelationInput, z.ZodTypeDef, Prisma.PatientOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.PatientOrderByWithRelationInput, z.ZodTypeDef, Prisma.PatientOrderByWithRelationInput>, "many">]>>;
|
|
where: z.ZodOptional<z.ZodType<Prisma.PatientWhereInput, z.ZodTypeDef, Prisma.PatientWhereInput>>;
|
|
cursor: z.ZodOptional<z.ZodType<Prisma.PatientWhereUniqueInput, z.ZodTypeDef, Prisma.PatientWhereUniqueInput>>;
|
|
take: z.ZodOptional<z.ZodNumber>;
|
|
skip: z.ZodOptional<z.ZodNumber>;
|
|
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.PatientCountAggregateInputType, z.ZodTypeDef, Prisma.PatientCountAggregateInputType>]>>;
|
|
_min: z.ZodOptional<z.ZodType<Prisma.PatientMinAggregateInputType, z.ZodTypeDef, Prisma.PatientMinAggregateInputType>>;
|
|
_max: z.ZodOptional<z.ZodType<Prisma.PatientMaxAggregateInputType, z.ZodTypeDef, Prisma.PatientMaxAggregateInputType>>;
|
|
_avg: z.ZodOptional<z.ZodType<Prisma.PatientAvgAggregateInputType, z.ZodTypeDef, Prisma.PatientAvgAggregateInputType>>;
|
|
_sum: z.ZodOptional<z.ZodType<Prisma.PatientSumAggregateInputType, z.ZodTypeDef, Prisma.PatientSumAggregateInputType>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where?: Prisma.PatientWhereInput | undefined;
|
|
_count?: true | Prisma.PatientCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.PatientOrderByWithRelationInput | Prisma.PatientOrderByWithRelationInput[] | undefined;
|
|
cursor?: Prisma.PatientWhereUniqueInput | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
_min?: Prisma.PatientMinAggregateInputType | undefined;
|
|
_max?: Prisma.PatientMaxAggregateInputType | undefined;
|
|
_avg?: Prisma.PatientAvgAggregateInputType | undefined;
|
|
_sum?: Prisma.PatientSumAggregateInputType | undefined;
|
|
}, {
|
|
where?: Prisma.PatientWhereInput | undefined;
|
|
_count?: true | Prisma.PatientCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.PatientOrderByWithRelationInput | Prisma.PatientOrderByWithRelationInput[] | undefined;
|
|
cursor?: Prisma.PatientWhereUniqueInput | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
_min?: Prisma.PatientMinAggregateInputType | undefined;
|
|
_max?: Prisma.PatientMaxAggregateInputType | undefined;
|
|
_avg?: Prisma.PatientAvgAggregateInputType | undefined;
|
|
_sum?: Prisma.PatientSumAggregateInputType | undefined;
|
|
}>;
|
|
//# sourceMappingURL=aggregatePatient.schema.d.ts.map
|