26 lines
1.7 KiB
TypeScript
26 lines
1.7 KiB
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const PdfFileCountSchema: z.ZodType<Prisma.PdfFileCountArgs>;
|
|
export declare const PdfFileCountZodSchema: 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>;
|
|
select: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.PdfFileCountAggregateInputType, z.ZodTypeDef, Prisma.PdfFileCountAggregateInputType>]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where?: Prisma.PdfFileWhereInput | undefined;
|
|
select?: true | Prisma.PdfFileCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.PdfFileOrderByWithRelationInput | Prisma.PdfFileOrderByWithRelationInput[] | undefined;
|
|
cursor?: Prisma.PdfFileWhereUniqueInput | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
}, {
|
|
where?: Prisma.PdfFileWhereInput | undefined;
|
|
select?: true | Prisma.PdfFileCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.PdfFileOrderByWithRelationInput | Prisma.PdfFileOrderByWithRelationInput[] | undefined;
|
|
cursor?: Prisma.PdfFileWhereUniqueInput | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
}>;
|
|
//# sourceMappingURL=countPdfFile.schema.d.ts.map
|