38 lines
2.8 KiB
TypeScript
38 lines
2.8 KiB
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const AppointmentAggregateSchema: z.ZodType<Prisma.AppointmentAggregateArgs>;
|
|
export declare const AppointmentAggregateZodSchema: z.ZodObject<{
|
|
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.AppointmentOrderByWithRelationInput, z.ZodTypeDef, Prisma.AppointmentOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.AppointmentOrderByWithRelationInput, z.ZodTypeDef, Prisma.AppointmentOrderByWithRelationInput>, "many">]>>;
|
|
where: z.ZodOptional<z.ZodType<Prisma.AppointmentWhereInput, z.ZodTypeDef, Prisma.AppointmentWhereInput>>;
|
|
cursor: z.ZodOptional<z.ZodType<Prisma.AppointmentWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentWhereUniqueInput>>;
|
|
take: z.ZodOptional<z.ZodNumber>;
|
|
skip: z.ZodOptional<z.ZodNumber>;
|
|
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.AppointmentCountAggregateInputType, z.ZodTypeDef, Prisma.AppointmentCountAggregateInputType>]>>;
|
|
_min: z.ZodOptional<z.ZodType<Prisma.AppointmentMinAggregateInputType, z.ZodTypeDef, Prisma.AppointmentMinAggregateInputType>>;
|
|
_max: z.ZodOptional<z.ZodType<Prisma.AppointmentMaxAggregateInputType, z.ZodTypeDef, Prisma.AppointmentMaxAggregateInputType>>;
|
|
_avg: z.ZodOptional<z.ZodType<Prisma.AppointmentAvgAggregateInputType, z.ZodTypeDef, Prisma.AppointmentAvgAggregateInputType>>;
|
|
_sum: z.ZodOptional<z.ZodType<Prisma.AppointmentSumAggregateInputType, z.ZodTypeDef, Prisma.AppointmentSumAggregateInputType>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where?: Prisma.AppointmentWhereInput | undefined;
|
|
_count?: true | Prisma.AppointmentCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.AppointmentOrderByWithRelationInput | Prisma.AppointmentOrderByWithRelationInput[] | undefined;
|
|
cursor?: Prisma.AppointmentWhereUniqueInput | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
_min?: Prisma.AppointmentMinAggregateInputType | undefined;
|
|
_max?: Prisma.AppointmentMaxAggregateInputType | undefined;
|
|
_avg?: Prisma.AppointmentAvgAggregateInputType | undefined;
|
|
_sum?: Prisma.AppointmentSumAggregateInputType | undefined;
|
|
}, {
|
|
where?: Prisma.AppointmentWhereInput | undefined;
|
|
_count?: true | Prisma.AppointmentCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.AppointmentOrderByWithRelationInput | Prisma.AppointmentOrderByWithRelationInput[] | undefined;
|
|
cursor?: Prisma.AppointmentWhereUniqueInput | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
_min?: Prisma.AppointmentMinAggregateInputType | undefined;
|
|
_max?: Prisma.AppointmentMaxAggregateInputType | undefined;
|
|
_avg?: Prisma.AppointmentAvgAggregateInputType | undefined;
|
|
_sum?: Prisma.AppointmentSumAggregateInputType | undefined;
|
|
}>;
|
|
//# sourceMappingURL=aggregateAppointment.schema.d.ts.map
|