Files
DentalManagementMHAprilgg/packages/db/shared/schemas/countClaim.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 ClaimCountSchema: z.ZodType<Prisma.ClaimCountArgs>;
export declare const ClaimCountZodSchema: z.ZodObject<{
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.ClaimOrderByWithRelationInput, z.ZodTypeDef, Prisma.ClaimOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.ClaimOrderByWithRelationInput, z.ZodTypeDef, Prisma.ClaimOrderByWithRelationInput>, "many">]>>;
where: z.ZodOptional<z.ZodType<Prisma.ClaimWhereInput, z.ZodTypeDef, Prisma.ClaimWhereInput>>;
cursor: z.ZodOptional<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>;
take: z.ZodOptional<z.ZodNumber>;
skip: z.ZodOptional<z.ZodNumber>;
select: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.ClaimCountAggregateInputType, z.ZodTypeDef, Prisma.ClaimCountAggregateInputType>]>>;
}, "strict", z.ZodTypeAny, {
where?: Prisma.ClaimWhereInput | undefined;
select?: true | Prisma.ClaimCountAggregateInputType | undefined;
orderBy?: Prisma.ClaimOrderByWithRelationInput | Prisma.ClaimOrderByWithRelationInput[] | undefined;
cursor?: Prisma.ClaimWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
}, {
where?: Prisma.ClaimWhereInput | undefined;
select?: true | Prisma.ClaimCountAggregateInputType | undefined;
orderBy?: Prisma.ClaimOrderByWithRelationInput | Prisma.ClaimOrderByWithRelationInput[] | undefined;
cursor?: Prisma.ClaimWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
}>;
//# sourceMappingURL=countClaim.schema.d.ts.map