initial commit
This commit is contained in:
38
packages/db/shared/schemas/aggregateClaim.schema.d.ts
vendored
Normal file
38
packages/db/shared/schemas/aggregateClaim.schema.d.ts
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
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
|
||||
Reference in New Issue
Block a user