initial commit
This commit is contained in:
38
packages/db/shared/schemas/aggregateCloudFile.schema.d.ts
vendored
Normal file
38
packages/db/shared/schemas/aggregateCloudFile.schema.d.ts
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const CloudFileAggregateSchema: z.ZodType<Prisma.CloudFileAggregateArgs>;
|
||||
export declare const CloudFileAggregateZodSchema: z.ZodObject<{
|
||||
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.CloudFileOrderByWithRelationInput, z.ZodTypeDef, Prisma.CloudFileOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.CloudFileOrderByWithRelationInput, z.ZodTypeDef, Prisma.CloudFileOrderByWithRelationInput>, "many">]>>;
|
||||
where: z.ZodOptional<z.ZodType<Prisma.CloudFileWhereInput, z.ZodTypeDef, Prisma.CloudFileWhereInput>>;
|
||||
cursor: z.ZodOptional<z.ZodType<Prisma.CloudFileWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileWhereUniqueInput>>;
|
||||
take: z.ZodOptional<z.ZodNumber>;
|
||||
skip: z.ZodOptional<z.ZodNumber>;
|
||||
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.CloudFileCountAggregateInputType, z.ZodTypeDef, Prisma.CloudFileCountAggregateInputType>]>>;
|
||||
_min: z.ZodOptional<z.ZodType<Prisma.CloudFileMinAggregateInputType, z.ZodTypeDef, Prisma.CloudFileMinAggregateInputType>>;
|
||||
_max: z.ZodOptional<z.ZodType<Prisma.CloudFileMaxAggregateInputType, z.ZodTypeDef, Prisma.CloudFileMaxAggregateInputType>>;
|
||||
_avg: z.ZodOptional<z.ZodType<Prisma.CloudFileAvgAggregateInputType, z.ZodTypeDef, Prisma.CloudFileAvgAggregateInputType>>;
|
||||
_sum: z.ZodOptional<z.ZodType<Prisma.CloudFileSumAggregateInputType, z.ZodTypeDef, Prisma.CloudFileSumAggregateInputType>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
where?: Prisma.CloudFileWhereInput | undefined;
|
||||
_count?: true | Prisma.CloudFileCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.CloudFileOrderByWithRelationInput | Prisma.CloudFileOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.CloudFileWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.CloudFileMinAggregateInputType | undefined;
|
||||
_max?: Prisma.CloudFileMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.CloudFileAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.CloudFileSumAggregateInputType | undefined;
|
||||
}, {
|
||||
where?: Prisma.CloudFileWhereInput | undefined;
|
||||
_count?: true | Prisma.CloudFileCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.CloudFileOrderByWithRelationInput | Prisma.CloudFileOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.CloudFileWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.CloudFileMinAggregateInputType | undefined;
|
||||
_max?: Prisma.CloudFileMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.CloudFileAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.CloudFileSumAggregateInputType | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=aggregateCloudFile.schema.d.ts.map
|
||||
Reference in New Issue
Block a user