38 lines
2.6 KiB
TypeScript
38 lines
2.6 KiB
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const ClaimAggregateSchema: z.ZodType<Prisma.ClaimAggregateArgs>;
|
|
export declare const ClaimAggregateZodSchema: 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>;
|
|
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.ClaimCountAggregateInputType, z.ZodTypeDef, Prisma.ClaimCountAggregateInputType>]>>;
|
|
_min: z.ZodOptional<z.ZodType<Prisma.ClaimMinAggregateInputType, z.ZodTypeDef, Prisma.ClaimMinAggregateInputType>>;
|
|
_max: z.ZodOptional<z.ZodType<Prisma.ClaimMaxAggregateInputType, z.ZodTypeDef, Prisma.ClaimMaxAggregateInputType>>;
|
|
_avg: z.ZodOptional<z.ZodType<Prisma.ClaimAvgAggregateInputType, z.ZodTypeDef, Prisma.ClaimAvgAggregateInputType>>;
|
|
_sum: z.ZodOptional<z.ZodType<Prisma.ClaimSumAggregateInputType, z.ZodTypeDef, Prisma.ClaimSumAggregateInputType>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where?: Prisma.ClaimWhereInput | undefined;
|
|
_count?: true | Prisma.ClaimCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.ClaimOrderByWithRelationInput | Prisma.ClaimOrderByWithRelationInput[] | undefined;
|
|
cursor?: Prisma.ClaimWhereUniqueInput | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
_min?: Prisma.ClaimMinAggregateInputType | undefined;
|
|
_max?: Prisma.ClaimMaxAggregateInputType | undefined;
|
|
_avg?: Prisma.ClaimAvgAggregateInputType | undefined;
|
|
_sum?: Prisma.ClaimSumAggregateInputType | undefined;
|
|
}, {
|
|
where?: Prisma.ClaimWhereInput | undefined;
|
|
_count?: true | Prisma.ClaimCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.ClaimOrderByWithRelationInput | Prisma.ClaimOrderByWithRelationInput[] | undefined;
|
|
cursor?: Prisma.ClaimWhereUniqueInput | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
_min?: Prisma.ClaimMinAggregateInputType | undefined;
|
|
_max?: Prisma.ClaimMaxAggregateInputType | undefined;
|
|
_avg?: Prisma.ClaimAvgAggregateInputType | undefined;
|
|
_sum?: Prisma.ClaimSumAggregateInputType | undefined;
|
|
}>;
|
|
//# sourceMappingURL=aggregateClaim.schema.d.ts.map
|