initial commit
This commit is contained in:
38
packages/db/shared/schemas/aggregatePdfFile.schema.d.ts
vendored
Normal file
38
packages/db/shared/schemas/aggregatePdfFile.schema.d.ts
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const PdfFileAggregateSchema: z.ZodType<Prisma.PdfFileAggregateArgs>;
|
||||
export declare const PdfFileAggregateZodSchema: z.ZodObject<{
|
||||
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.PdfFileOrderByWithRelationInput, z.ZodTypeDef, Prisma.PdfFileOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.PdfFileOrderByWithRelationInput, z.ZodTypeDef, Prisma.PdfFileOrderByWithRelationInput>, "many">]>>;
|
||||
where: z.ZodOptional<z.ZodType<Prisma.PdfFileWhereInput, z.ZodTypeDef, Prisma.PdfFileWhereInput>>;
|
||||
cursor: z.ZodOptional<z.ZodType<Prisma.PdfFileWhereUniqueInput, z.ZodTypeDef, Prisma.PdfFileWhereUniqueInput>>;
|
||||
take: z.ZodOptional<z.ZodNumber>;
|
||||
skip: z.ZodOptional<z.ZodNumber>;
|
||||
_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, {
|
||||
where?: Prisma.PdfFileWhereInput | undefined;
|
||||
_count?: true | Prisma.PdfFileCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.PdfFileOrderByWithRelationInput | Prisma.PdfFileOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.PdfFileWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.PdfFileMinAggregateInputType | undefined;
|
||||
_max?: Prisma.PdfFileMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.PdfFileAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.PdfFileSumAggregateInputType | undefined;
|
||||
}, {
|
||||
where?: Prisma.PdfFileWhereInput | undefined;
|
||||
_count?: true | Prisma.PdfFileCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.PdfFileOrderByWithRelationInput | Prisma.PdfFileOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.PdfFileWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.PdfFileMinAggregateInputType | undefined;
|
||||
_max?: Prisma.PdfFileMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.PdfFileAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.PdfFileSumAggregateInputType | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=aggregatePdfFile.schema.d.ts.map
|
||||
Reference in New Issue
Block a user