26 lines
1.8 KiB
TypeScript
26 lines
1.8 KiB
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const ServiceLineCountSchema: z.ZodType<Prisma.ServiceLineCountArgs>;
|
|
export declare const ServiceLineCountZodSchema: 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>;
|
|
select: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.ServiceLineCountAggregateInputType, z.ZodTypeDef, Prisma.ServiceLineCountAggregateInputType>]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where?: Prisma.ServiceLineWhereInput | undefined;
|
|
select?: true | Prisma.ServiceLineCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.ServiceLineOrderByWithRelationInput | Prisma.ServiceLineOrderByWithRelationInput[] | undefined;
|
|
cursor?: Prisma.ServiceLineWhereUniqueInput | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
}, {
|
|
where?: Prisma.ServiceLineWhereInput | undefined;
|
|
select?: true | Prisma.ServiceLineCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.ServiceLineOrderByWithRelationInput | Prisma.ServiceLineOrderByWithRelationInput[] | undefined;
|
|
cursor?: Prisma.ServiceLineWhereUniqueInput | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
}>;
|
|
//# sourceMappingURL=countServiceLine.schema.d.ts.map
|