initial commit
This commit is contained in:
38
packages/db/shared/schemas/aggregateCloudFolder.schema.d.ts
vendored
Normal file
38
packages/db/shared/schemas/aggregateCloudFolder.schema.d.ts
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const CloudFolderAggregateSchema: z.ZodType<Prisma.CloudFolderAggregateArgs>;
|
||||
export declare const CloudFolderAggregateZodSchema: z.ZodObject<{
|
||||
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.CloudFolderOrderByWithRelationInput, z.ZodTypeDef, Prisma.CloudFolderOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.CloudFolderOrderByWithRelationInput, z.ZodTypeDef, Prisma.CloudFolderOrderByWithRelationInput>, "many">]>>;
|
||||
where: z.ZodOptional<z.ZodType<Prisma.CloudFolderWhereInput, z.ZodTypeDef, Prisma.CloudFolderWhereInput>>;
|
||||
cursor: z.ZodOptional<z.ZodType<Prisma.CloudFolderWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFolderWhereUniqueInput>>;
|
||||
take: z.ZodOptional<z.ZodNumber>;
|
||||
skip: z.ZodOptional<z.ZodNumber>;
|
||||
_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, {
|
||||
where?: Prisma.CloudFolderWhereInput | undefined;
|
||||
_count?: true | Prisma.CloudFolderCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.CloudFolderOrderByWithRelationInput | Prisma.CloudFolderOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.CloudFolderWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.CloudFolderMinAggregateInputType | undefined;
|
||||
_max?: Prisma.CloudFolderMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.CloudFolderAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.CloudFolderSumAggregateInputType | undefined;
|
||||
}, {
|
||||
where?: Prisma.CloudFolderWhereInput | undefined;
|
||||
_count?: true | Prisma.CloudFolderCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.CloudFolderOrderByWithRelationInput | Prisma.CloudFolderOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.CloudFolderWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.CloudFolderMinAggregateInputType | undefined;
|
||||
_max?: Prisma.CloudFolderMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.CloudFolderAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.CloudFolderSumAggregateInputType | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=aggregateCloudFolder.schema.d.ts.map
|
||||
Reference in New Issue
Block a user