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

26 lines
1.6 KiB
TypeScript

import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const StaffCountSchema: z.ZodType<Prisma.StaffCountArgs>;
export declare const StaffCountZodSchema: z.ZodObject<{
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.StaffOrderByWithRelationInput, z.ZodTypeDef, Prisma.StaffOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.StaffOrderByWithRelationInput, z.ZodTypeDef, Prisma.StaffOrderByWithRelationInput>, "many">]>>;
where: z.ZodOptional<z.ZodType<Prisma.StaffWhereInput, z.ZodTypeDef, Prisma.StaffWhereInput>>;
cursor: z.ZodOptional<z.ZodType<Prisma.StaffWhereUniqueInput, z.ZodTypeDef, Prisma.StaffWhereUniqueInput>>;
take: z.ZodOptional<z.ZodNumber>;
skip: z.ZodOptional<z.ZodNumber>;
select: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.StaffCountAggregateInputType, z.ZodTypeDef, Prisma.StaffCountAggregateInputType>]>>;
}, "strict", z.ZodTypeAny, {
where?: Prisma.StaffWhereInput | undefined;
select?: true | Prisma.StaffCountAggregateInputType | undefined;
orderBy?: Prisma.StaffOrderByWithRelationInput | Prisma.StaffOrderByWithRelationInput[] | undefined;
cursor?: Prisma.StaffWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
}, {
where?: Prisma.StaffWhereInput | undefined;
select?: true | Prisma.StaffCountAggregateInputType | undefined;
orderBy?: Prisma.StaffOrderByWithRelationInput | Prisma.StaffOrderByWithRelationInput[] | undefined;
cursor?: Prisma.StaffWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
}>;
//# sourceMappingURL=countStaff.schema.d.ts.map