initial commit
This commit is contained in:
38
packages/db/shared/schemas/aggregatePdfGroup.schema.d.ts
vendored
Normal file
38
packages/db/shared/schemas/aggregatePdfGroup.schema.d.ts
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const PdfGroupAggregateSchema: z.ZodType<Prisma.PdfGroupAggregateArgs>;
|
||||
export declare const PdfGroupAggregateZodSchema: z.ZodObject<{
|
||||
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.PdfGroupOrderByWithRelationInput, z.ZodTypeDef, Prisma.PdfGroupOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.PdfGroupOrderByWithRelationInput, z.ZodTypeDef, Prisma.PdfGroupOrderByWithRelationInput>, "many">]>>;
|
||||
where: z.ZodOptional<z.ZodType<Prisma.PdfGroupWhereInput, z.ZodTypeDef, Prisma.PdfGroupWhereInput>>;
|
||||
cursor: z.ZodOptional<z.ZodType<Prisma.PdfGroupWhereUniqueInput, z.ZodTypeDef, Prisma.PdfGroupWhereUniqueInput>>;
|
||||
take: z.ZodOptional<z.ZodNumber>;
|
||||
skip: z.ZodOptional<z.ZodNumber>;
|
||||
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.PdfGroupCountAggregateInputType, z.ZodTypeDef, Prisma.PdfGroupCountAggregateInputType>]>>;
|
||||
_min: z.ZodOptional<z.ZodType<Prisma.PdfGroupMinAggregateInputType, z.ZodTypeDef, Prisma.PdfGroupMinAggregateInputType>>;
|
||||
_max: z.ZodOptional<z.ZodType<Prisma.PdfGroupMaxAggregateInputType, z.ZodTypeDef, Prisma.PdfGroupMaxAggregateInputType>>;
|
||||
_avg: z.ZodOptional<z.ZodType<Prisma.PdfGroupAvgAggregateInputType, z.ZodTypeDef, Prisma.PdfGroupAvgAggregateInputType>>;
|
||||
_sum: z.ZodOptional<z.ZodType<Prisma.PdfGroupSumAggregateInputType, z.ZodTypeDef, Prisma.PdfGroupSumAggregateInputType>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
where?: Prisma.PdfGroupWhereInput | undefined;
|
||||
_count?: true | Prisma.PdfGroupCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.PdfGroupOrderByWithRelationInput | Prisma.PdfGroupOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.PdfGroupWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.PdfGroupMinAggregateInputType | undefined;
|
||||
_max?: Prisma.PdfGroupMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.PdfGroupAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.PdfGroupSumAggregateInputType | undefined;
|
||||
}, {
|
||||
where?: Prisma.PdfGroupWhereInput | undefined;
|
||||
_count?: true | Prisma.PdfGroupCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.PdfGroupOrderByWithRelationInput | Prisma.PdfGroupOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.PdfGroupWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.PdfGroupMinAggregateInputType | undefined;
|
||||
_max?: Prisma.PdfGroupMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.PdfGroupAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.PdfGroupSumAggregateInputType | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=aggregatePdfGroup.schema.d.ts.map
|
||||
Reference in New Issue
Block a user