38 lines
2.5 KiB
TypeScript
38 lines
2.5 KiB
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const UserAggregateSchema: z.ZodType<Prisma.UserAggregateArgs>;
|
|
export declare const UserAggregateZodSchema: z.ZodObject<{
|
|
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.UserOrderByWithRelationInput, z.ZodTypeDef, Prisma.UserOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.UserOrderByWithRelationInput, z.ZodTypeDef, Prisma.UserOrderByWithRelationInput>, "many">]>>;
|
|
where: z.ZodOptional<z.ZodType<Prisma.UserWhereInput, z.ZodTypeDef, Prisma.UserWhereInput>>;
|
|
cursor: z.ZodOptional<z.ZodType<Prisma.UserWhereUniqueInput, z.ZodTypeDef, Prisma.UserWhereUniqueInput>>;
|
|
take: z.ZodOptional<z.ZodNumber>;
|
|
skip: z.ZodOptional<z.ZodNumber>;
|
|
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.UserCountAggregateInputType, z.ZodTypeDef, Prisma.UserCountAggregateInputType>]>>;
|
|
_min: z.ZodOptional<z.ZodType<Prisma.UserMinAggregateInputType, z.ZodTypeDef, Prisma.UserMinAggregateInputType>>;
|
|
_max: z.ZodOptional<z.ZodType<Prisma.UserMaxAggregateInputType, z.ZodTypeDef, Prisma.UserMaxAggregateInputType>>;
|
|
_avg: z.ZodOptional<z.ZodType<Prisma.UserAvgAggregateInputType, z.ZodTypeDef, Prisma.UserAvgAggregateInputType>>;
|
|
_sum: z.ZodOptional<z.ZodType<Prisma.UserSumAggregateInputType, z.ZodTypeDef, Prisma.UserSumAggregateInputType>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where?: Prisma.UserWhereInput | undefined;
|
|
_count?: true | Prisma.UserCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.UserOrderByWithRelationInput | Prisma.UserOrderByWithRelationInput[] | undefined;
|
|
cursor?: Prisma.UserWhereUniqueInput | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
_min?: Prisma.UserMinAggregateInputType | undefined;
|
|
_max?: Prisma.UserMaxAggregateInputType | undefined;
|
|
_avg?: Prisma.UserAvgAggregateInputType | undefined;
|
|
_sum?: Prisma.UserSumAggregateInputType | undefined;
|
|
}, {
|
|
where?: Prisma.UserWhereInput | undefined;
|
|
_count?: true | Prisma.UserCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.UserOrderByWithRelationInput | Prisma.UserOrderByWithRelationInput[] | undefined;
|
|
cursor?: Prisma.UserWhereUniqueInput | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
_min?: Prisma.UserMinAggregateInputType | undefined;
|
|
_max?: Prisma.UserMaxAggregateInputType | undefined;
|
|
_avg?: Prisma.UserAvgAggregateInputType | undefined;
|
|
_sum?: Prisma.UserSumAggregateInputType | undefined;
|
|
}>;
|
|
//# sourceMappingURL=aggregateUser.schema.d.ts.map
|