initial commit
This commit is contained in:
41
packages/db/shared/schemas/groupByCloudFolder.schema.d.ts
vendored
Normal file
41
packages/db/shared/schemas/groupByCloudFolder.schema.d.ts
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const CloudFolderGroupBySchema: z.ZodType<Prisma.CloudFolderGroupByArgs>;
|
||||
export declare const CloudFolderGroupByZodSchema: z.ZodObject<{
|
||||
where: z.ZodOptional<z.ZodType<Prisma.CloudFolderWhereInput, z.ZodTypeDef, Prisma.CloudFolderWhereInput>>;
|
||||
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.CloudFolderOrderByWithAggregationInput, z.ZodTypeDef, Prisma.CloudFolderOrderByWithAggregationInput>, z.ZodArray<z.ZodType<Prisma.CloudFolderOrderByWithAggregationInput, z.ZodTypeDef, Prisma.CloudFolderOrderByWithAggregationInput>, "many">]>>;
|
||||
having: z.ZodOptional<z.ZodType<Prisma.CloudFolderScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.CloudFolderScalarWhereWithAggregatesInput>>;
|
||||
take: z.ZodOptional<z.ZodNumber>;
|
||||
skip: z.ZodOptional<z.ZodNumber>;
|
||||
by: z.ZodArray<z.ZodEnum<["id", "userId", "name", "parentId", "createdAt", "updatedAt"]>, "many">;
|
||||
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.CloudFolderCountAggregateInputType, z.ZodTypeDef, Prisma.CloudFolderCountAggregateInputType>]>>;
|
||||
_min: z.ZodOptional<z.ZodType<Prisma.CloudFolderMinAggregateInputType, z.ZodTypeDef, Prisma.CloudFolderMinAggregateInputType>>;
|
||||
_max: z.ZodOptional<z.ZodType<Prisma.CloudFolderMaxAggregateInputType, z.ZodTypeDef, Prisma.CloudFolderMaxAggregateInputType>>;
|
||||
_avg: z.ZodOptional<z.ZodType<Prisma.CloudFolderAvgAggregateInputType, z.ZodTypeDef, Prisma.CloudFolderAvgAggregateInputType>>;
|
||||
_sum: z.ZodOptional<z.ZodType<Prisma.CloudFolderSumAggregateInputType, z.ZodTypeDef, Prisma.CloudFolderSumAggregateInputType>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
by: ("createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId")[];
|
||||
where?: Prisma.CloudFolderWhereInput | undefined;
|
||||
_count?: true | Prisma.CloudFolderCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.CloudFolderOrderByWithAggregationInput | Prisma.CloudFolderOrderByWithAggregationInput[] | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.CloudFolderMinAggregateInputType | undefined;
|
||||
_max?: Prisma.CloudFolderMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.CloudFolderAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.CloudFolderSumAggregateInputType | undefined;
|
||||
having?: Prisma.CloudFolderScalarWhereWithAggregatesInput | undefined;
|
||||
}, {
|
||||
by: ("createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId")[];
|
||||
where?: Prisma.CloudFolderWhereInput | undefined;
|
||||
_count?: true | Prisma.CloudFolderCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.CloudFolderOrderByWithAggregationInput | Prisma.CloudFolderOrderByWithAggregationInput[] | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.CloudFolderMinAggregateInputType | undefined;
|
||||
_max?: Prisma.CloudFolderMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.CloudFolderAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.CloudFolderSumAggregateInputType | undefined;
|
||||
having?: Prisma.CloudFolderScalarWhereWithAggregatesInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=groupByCloudFolder.schema.d.ts.map
|
||||
Reference in New Issue
Block a user