38 lines
2.8 KiB
TypeScript
38 lines
2.8 KiB
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const ServiceLineAggregateSchema: z.ZodType<Prisma.ServiceLineAggregateArgs>;
|
|
export declare const ServiceLineAggregateZodSchema: z.ZodObject<{
|
|
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.ServiceLineOrderByWithRelationInput, z.ZodTypeDef, Prisma.ServiceLineOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.ServiceLineOrderByWithRelationInput, z.ZodTypeDef, Prisma.ServiceLineOrderByWithRelationInput>, "many">]>>;
|
|
where: z.ZodOptional<z.ZodType<Prisma.ServiceLineWhereInput, z.ZodTypeDef, Prisma.ServiceLineWhereInput>>;
|
|
cursor: z.ZodOptional<z.ZodType<Prisma.ServiceLineWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineWhereUniqueInput>>;
|
|
take: z.ZodOptional<z.ZodNumber>;
|
|
skip: z.ZodOptional<z.ZodNumber>;
|
|
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.ServiceLineCountAggregateInputType, z.ZodTypeDef, Prisma.ServiceLineCountAggregateInputType>]>>;
|
|
_min: z.ZodOptional<z.ZodType<Prisma.ServiceLineMinAggregateInputType, z.ZodTypeDef, Prisma.ServiceLineMinAggregateInputType>>;
|
|
_max: z.ZodOptional<z.ZodType<Prisma.ServiceLineMaxAggregateInputType, z.ZodTypeDef, Prisma.ServiceLineMaxAggregateInputType>>;
|
|
_avg: z.ZodOptional<z.ZodType<Prisma.ServiceLineAvgAggregateInputType, z.ZodTypeDef, Prisma.ServiceLineAvgAggregateInputType>>;
|
|
_sum: z.ZodOptional<z.ZodType<Prisma.ServiceLineSumAggregateInputType, z.ZodTypeDef, Prisma.ServiceLineSumAggregateInputType>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where?: Prisma.ServiceLineWhereInput | undefined;
|
|
_count?: true | Prisma.ServiceLineCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.ServiceLineOrderByWithRelationInput | Prisma.ServiceLineOrderByWithRelationInput[] | undefined;
|
|
cursor?: Prisma.ServiceLineWhereUniqueInput | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
_min?: Prisma.ServiceLineMinAggregateInputType | undefined;
|
|
_max?: Prisma.ServiceLineMaxAggregateInputType | undefined;
|
|
_avg?: Prisma.ServiceLineAvgAggregateInputType | undefined;
|
|
_sum?: Prisma.ServiceLineSumAggregateInputType | undefined;
|
|
}, {
|
|
where?: Prisma.ServiceLineWhereInput | undefined;
|
|
_count?: true | Prisma.ServiceLineCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.ServiceLineOrderByWithRelationInput | Prisma.ServiceLineOrderByWithRelationInput[] | undefined;
|
|
cursor?: Prisma.ServiceLineWhereUniqueInput | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
_min?: Prisma.ServiceLineMinAggregateInputType | undefined;
|
|
_max?: Prisma.ServiceLineMaxAggregateInputType | undefined;
|
|
_avg?: Prisma.ServiceLineAvgAggregateInputType | undefined;
|
|
_sum?: Prisma.ServiceLineSumAggregateInputType | undefined;
|
|
}>;
|
|
//# sourceMappingURL=aggregateServiceLine.schema.d.ts.map
|