41 lines
3.0 KiB
TypeScript
41 lines
3.0 KiB
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const ClaimFileGroupBySchema: z.ZodType<Prisma.ClaimFileGroupByArgs>;
|
|
export declare const ClaimFileGroupByZodSchema: z.ZodObject<{
|
|
where: z.ZodOptional<z.ZodType<Prisma.ClaimFileWhereInput, z.ZodTypeDef, Prisma.ClaimFileWhereInput>>;
|
|
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.ClaimFileOrderByWithAggregationInput, z.ZodTypeDef, Prisma.ClaimFileOrderByWithAggregationInput>, z.ZodArray<z.ZodType<Prisma.ClaimFileOrderByWithAggregationInput, z.ZodTypeDef, Prisma.ClaimFileOrderByWithAggregationInput>, "many">]>>;
|
|
having: z.ZodOptional<z.ZodType<Prisma.ClaimFileScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.ClaimFileScalarWhereWithAggregatesInput>>;
|
|
take: z.ZodOptional<z.ZodNumber>;
|
|
skip: z.ZodOptional<z.ZodNumber>;
|
|
by: z.ZodArray<z.ZodEnum<["id", "claimId", "filename", "mimeType"]>, "many">;
|
|
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.ClaimFileCountAggregateInputType, z.ZodTypeDef, Prisma.ClaimFileCountAggregateInputType>]>>;
|
|
_min: z.ZodOptional<z.ZodType<Prisma.ClaimFileMinAggregateInputType, z.ZodTypeDef, Prisma.ClaimFileMinAggregateInputType>>;
|
|
_max: z.ZodOptional<z.ZodType<Prisma.ClaimFileMaxAggregateInputType, z.ZodTypeDef, Prisma.ClaimFileMaxAggregateInputType>>;
|
|
_avg: z.ZodOptional<z.ZodType<Prisma.ClaimFileAvgAggregateInputType, z.ZodTypeDef, Prisma.ClaimFileAvgAggregateInputType>>;
|
|
_sum: z.ZodOptional<z.ZodType<Prisma.ClaimFileSumAggregateInputType, z.ZodTypeDef, Prisma.ClaimFileSumAggregateInputType>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
by: ("id" | "filename" | "mimeType" | "claimId")[];
|
|
where?: Prisma.ClaimFileWhereInput | undefined;
|
|
_count?: true | Prisma.ClaimFileCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.ClaimFileOrderByWithAggregationInput | Prisma.ClaimFileOrderByWithAggregationInput[] | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
_min?: Prisma.ClaimFileMinAggregateInputType | undefined;
|
|
_max?: Prisma.ClaimFileMaxAggregateInputType | undefined;
|
|
_avg?: Prisma.ClaimFileAvgAggregateInputType | undefined;
|
|
_sum?: Prisma.ClaimFileSumAggregateInputType | undefined;
|
|
having?: Prisma.ClaimFileScalarWhereWithAggregatesInput | undefined;
|
|
}, {
|
|
by: ("id" | "filename" | "mimeType" | "claimId")[];
|
|
where?: Prisma.ClaimFileWhereInput | undefined;
|
|
_count?: true | Prisma.ClaimFileCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.ClaimFileOrderByWithAggregationInput | Prisma.ClaimFileOrderByWithAggregationInput[] | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
_min?: Prisma.ClaimFileMinAggregateInputType | undefined;
|
|
_max?: Prisma.ClaimFileMaxAggregateInputType | undefined;
|
|
_avg?: Prisma.ClaimFileAvgAggregateInputType | undefined;
|
|
_sum?: Prisma.ClaimFileSumAggregateInputType | undefined;
|
|
having?: Prisma.ClaimFileScalarWhereWithAggregatesInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=groupByClaimFile.schema.d.ts.map
|