initial commit
This commit is contained in:
26
packages/db/shared/schemas/countServiceLineTransaction.schema.d.ts
vendored
Normal file
26
packages/db/shared/schemas/countServiceLineTransaction.schema.d.ts
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const ServiceLineTransactionCountSchema: z.ZodType<Prisma.ServiceLineTransactionCountArgs>;
|
||||
export declare const ServiceLineTransactionCountZodSchema: z.ZodObject<{
|
||||
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.ServiceLineTransactionOrderByWithRelationInput, z.ZodTypeDef, Prisma.ServiceLineTransactionOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.ServiceLineTransactionOrderByWithRelationInput, z.ZodTypeDef, Prisma.ServiceLineTransactionOrderByWithRelationInput>, "many">]>>;
|
||||
where: z.ZodOptional<z.ZodType<Prisma.ServiceLineTransactionWhereInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereInput>>;
|
||||
cursor: z.ZodOptional<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>;
|
||||
take: z.ZodOptional<z.ZodNumber>;
|
||||
skip: z.ZodOptional<z.ZodNumber>;
|
||||
select: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.ServiceLineTransactionCountAggregateInputType, z.ZodTypeDef, Prisma.ServiceLineTransactionCountAggregateInputType>]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
where?: Prisma.ServiceLineTransactionWhereInput | undefined;
|
||||
select?: true | Prisma.ServiceLineTransactionCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.ServiceLineTransactionOrderByWithRelationInput | Prisma.ServiceLineTransactionOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.ServiceLineTransactionWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
}, {
|
||||
where?: Prisma.ServiceLineTransactionWhereInput | undefined;
|
||||
select?: true | Prisma.ServiceLineTransactionCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.ServiceLineTransactionOrderByWithRelationInput | Prisma.ServiceLineTransactionOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.ServiceLineTransactionWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=countServiceLineTransaction.schema.d.ts.map
|
||||
Reference in New Issue
Block a user