initial commit
This commit is contained in:
38
packages/db/shared/schemas/aggregateCloudFileChunk.schema.d.ts
vendored
Normal file
38
packages/db/shared/schemas/aggregateCloudFileChunk.schema.d.ts
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const CloudFileChunkAggregateSchema: z.ZodType<Prisma.CloudFileChunkAggregateArgs>;
|
||||
export declare const CloudFileChunkAggregateZodSchema: z.ZodObject<{
|
||||
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.CloudFileChunkOrderByWithRelationInput, z.ZodTypeDef, Prisma.CloudFileChunkOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.CloudFileChunkOrderByWithRelationInput, z.ZodTypeDef, Prisma.CloudFileChunkOrderByWithRelationInput>, "many">]>>;
|
||||
where: z.ZodOptional<z.ZodType<Prisma.CloudFileChunkWhereInput, z.ZodTypeDef, Prisma.CloudFileChunkWhereInput>>;
|
||||
cursor: z.ZodOptional<z.ZodType<Prisma.CloudFileChunkWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileChunkWhereUniqueInput>>;
|
||||
take: z.ZodOptional<z.ZodNumber>;
|
||||
skip: z.ZodOptional<z.ZodNumber>;
|
||||
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.CloudFileChunkCountAggregateInputType, z.ZodTypeDef, Prisma.CloudFileChunkCountAggregateInputType>]>>;
|
||||
_min: z.ZodOptional<z.ZodType<Prisma.CloudFileChunkMinAggregateInputType, z.ZodTypeDef, Prisma.CloudFileChunkMinAggregateInputType>>;
|
||||
_max: z.ZodOptional<z.ZodType<Prisma.CloudFileChunkMaxAggregateInputType, z.ZodTypeDef, Prisma.CloudFileChunkMaxAggregateInputType>>;
|
||||
_avg: z.ZodOptional<z.ZodType<Prisma.CloudFileChunkAvgAggregateInputType, z.ZodTypeDef, Prisma.CloudFileChunkAvgAggregateInputType>>;
|
||||
_sum: z.ZodOptional<z.ZodType<Prisma.CloudFileChunkSumAggregateInputType, z.ZodTypeDef, Prisma.CloudFileChunkSumAggregateInputType>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
where?: Prisma.CloudFileChunkWhereInput | undefined;
|
||||
_count?: true | Prisma.CloudFileChunkCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.CloudFileChunkOrderByWithRelationInput | Prisma.CloudFileChunkOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.CloudFileChunkWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.CloudFileChunkMinAggregateInputType | undefined;
|
||||
_max?: Prisma.CloudFileChunkMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.CloudFileChunkAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.CloudFileChunkSumAggregateInputType | undefined;
|
||||
}, {
|
||||
where?: Prisma.CloudFileChunkWhereInput | undefined;
|
||||
_count?: true | Prisma.CloudFileChunkCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.CloudFileChunkOrderByWithRelationInput | Prisma.CloudFileChunkOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.CloudFileChunkWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.CloudFileChunkMinAggregateInputType | undefined;
|
||||
_max?: Prisma.CloudFileChunkMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.CloudFileChunkAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.CloudFileChunkSumAggregateInputType | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=aggregateCloudFileChunk.schema.d.ts.map
|
||||
Reference in New Issue
Block a user