38 lines
3.2 KiB
TypeScript
38 lines
3.2 KiB
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const AppointmentProcedureAggregateSchema: z.ZodType<Prisma.AppointmentProcedureAggregateArgs>;
|
|
export declare const AppointmentProcedureAggregateZodSchema: z.ZodObject<{
|
|
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.AppointmentProcedureOrderByWithRelationInput, z.ZodTypeDef, Prisma.AppointmentProcedureOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.AppointmentProcedureOrderByWithRelationInput, z.ZodTypeDef, Prisma.AppointmentProcedureOrderByWithRelationInput>, "many">]>>;
|
|
where: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureWhereInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereInput>>;
|
|
cursor: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereUniqueInput>>;
|
|
take: z.ZodOptional<z.ZodNumber>;
|
|
skip: z.ZodOptional<z.ZodNumber>;
|
|
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.AppointmentProcedureCountAggregateInputType, z.ZodTypeDef, Prisma.AppointmentProcedureCountAggregateInputType>]>>;
|
|
_min: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureMinAggregateInputType, z.ZodTypeDef, Prisma.AppointmentProcedureMinAggregateInputType>>;
|
|
_max: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureMaxAggregateInputType, z.ZodTypeDef, Prisma.AppointmentProcedureMaxAggregateInputType>>;
|
|
_avg: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureAvgAggregateInputType, z.ZodTypeDef, Prisma.AppointmentProcedureAvgAggregateInputType>>;
|
|
_sum: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureSumAggregateInputType, z.ZodTypeDef, Prisma.AppointmentProcedureSumAggregateInputType>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where?: Prisma.AppointmentProcedureWhereInput | undefined;
|
|
_count?: true | Prisma.AppointmentProcedureCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.AppointmentProcedureOrderByWithRelationInput | Prisma.AppointmentProcedureOrderByWithRelationInput[] | undefined;
|
|
cursor?: Prisma.AppointmentProcedureWhereUniqueInput | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
_min?: Prisma.AppointmentProcedureMinAggregateInputType | undefined;
|
|
_max?: Prisma.AppointmentProcedureMaxAggregateInputType | undefined;
|
|
_avg?: Prisma.AppointmentProcedureAvgAggregateInputType | undefined;
|
|
_sum?: Prisma.AppointmentProcedureSumAggregateInputType | undefined;
|
|
}, {
|
|
where?: Prisma.AppointmentProcedureWhereInput | undefined;
|
|
_count?: true | Prisma.AppointmentProcedureCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.AppointmentProcedureOrderByWithRelationInput | Prisma.AppointmentProcedureOrderByWithRelationInput[] | undefined;
|
|
cursor?: Prisma.AppointmentProcedureWhereUniqueInput | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
_min?: Prisma.AppointmentProcedureMinAggregateInputType | undefined;
|
|
_max?: Prisma.AppointmentProcedureMaxAggregateInputType | undefined;
|
|
_avg?: Prisma.AppointmentProcedureAvgAggregateInputType | undefined;
|
|
_sum?: Prisma.AppointmentProcedureSumAggregateInputType | undefined;
|
|
}>;
|
|
//# sourceMappingURL=aggregateAppointmentProcedure.schema.d.ts.map
|