initial commit
This commit is contained in:
41
packages/db/shared/schemas/groupByPdfFile.schema.d.ts
vendored
Normal file
41
packages/db/shared/schemas/groupByPdfFile.schema.d.ts
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const PdfFileGroupBySchema: z.ZodType<Prisma.PdfFileGroupByArgs>;
|
||||
export declare const PdfFileGroupByZodSchema: z.ZodObject<{
|
||||
where: z.ZodOptional<z.ZodType<Prisma.PdfFileWhereInput, z.ZodTypeDef, Prisma.PdfFileWhereInput>>;
|
||||
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.PdfFileOrderByWithAggregationInput, z.ZodTypeDef, Prisma.PdfFileOrderByWithAggregationInput>, z.ZodArray<z.ZodType<Prisma.PdfFileOrderByWithAggregationInput, z.ZodTypeDef, Prisma.PdfFileOrderByWithAggregationInput>, "many">]>>;
|
||||
having: z.ZodOptional<z.ZodType<Prisma.PdfFileScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.PdfFileScalarWhereWithAggregatesInput>>;
|
||||
take: z.ZodOptional<z.ZodNumber>;
|
||||
skip: z.ZodOptional<z.ZodNumber>;
|
||||
by: z.ZodArray<z.ZodEnum<["id", "filename", "pdfData", "uploadedAt", "groupId"]>, "many">;
|
||||
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.PdfFileCountAggregateInputType, z.ZodTypeDef, Prisma.PdfFileCountAggregateInputType>]>>;
|
||||
_min: z.ZodOptional<z.ZodType<Prisma.PdfFileMinAggregateInputType, z.ZodTypeDef, Prisma.PdfFileMinAggregateInputType>>;
|
||||
_max: z.ZodOptional<z.ZodType<Prisma.PdfFileMaxAggregateInputType, z.ZodTypeDef, Prisma.PdfFileMaxAggregateInputType>>;
|
||||
_avg: z.ZodOptional<z.ZodType<Prisma.PdfFileAvgAggregateInputType, z.ZodTypeDef, Prisma.PdfFileAvgAggregateInputType>>;
|
||||
_sum: z.ZodOptional<z.ZodType<Prisma.PdfFileSumAggregateInputType, z.ZodTypeDef, Prisma.PdfFileSumAggregateInputType>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
by: ("id" | "filename" | "pdfData" | "uploadedAt" | "groupId")[];
|
||||
where?: Prisma.PdfFileWhereInput | undefined;
|
||||
_count?: true | Prisma.PdfFileCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.PdfFileOrderByWithAggregationInput | Prisma.PdfFileOrderByWithAggregationInput[] | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.PdfFileMinAggregateInputType | undefined;
|
||||
_max?: Prisma.PdfFileMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.PdfFileAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.PdfFileSumAggregateInputType | undefined;
|
||||
having?: Prisma.PdfFileScalarWhereWithAggregatesInput | undefined;
|
||||
}, {
|
||||
by: ("id" | "filename" | "pdfData" | "uploadedAt" | "groupId")[];
|
||||
where?: Prisma.PdfFileWhereInput | undefined;
|
||||
_count?: true | Prisma.PdfFileCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.PdfFileOrderByWithAggregationInput | Prisma.PdfFileOrderByWithAggregationInput[] | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.PdfFileMinAggregateInputType | undefined;
|
||||
_max?: Prisma.PdfFileMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.PdfFileAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.PdfFileSumAggregateInputType | undefined;
|
||||
having?: Prisma.PdfFileScalarWhereWithAggregatesInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=groupByPdfFile.schema.d.ts.map
|
||||
Reference in New Issue
Block a user