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

26 lines
1.8 KiB
TypeScript

import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const AppointmentCountSchema: z.ZodType<Prisma.AppointmentCountArgs>;
export declare const AppointmentCountZodSchema: 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>;
select: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.AppointmentCountAggregateInputType, z.ZodTypeDef, Prisma.AppointmentCountAggregateInputType>]>>;
}, "strict", z.ZodTypeAny, {
where?: Prisma.AppointmentWhereInput | undefined;
select?: true | Prisma.AppointmentCountAggregateInputType | undefined;
orderBy?: Prisma.AppointmentOrderByWithRelationInput | Prisma.AppointmentOrderByWithRelationInput[] | undefined;
cursor?: Prisma.AppointmentWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
}, {
where?: Prisma.AppointmentWhereInput | undefined;
select?: true | Prisma.AppointmentCountAggregateInputType | undefined;
orderBy?: Prisma.AppointmentOrderByWithRelationInput | Prisma.AppointmentOrderByWithRelationInput[] | undefined;
cursor?: Prisma.AppointmentWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
}>;
//# sourceMappingURL=countAppointment.schema.d.ts.map