initial commit
This commit is contained in:
38
packages/db/shared/schemas/aggregateServiceLineTransaction.schema.d.ts
vendored
Normal file
38
packages/db/shared/schemas/aggregateServiceLineTransaction.schema.d.ts
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const ServiceLineTransactionAggregateSchema: z.ZodType<Prisma.ServiceLineTransactionAggregateArgs>;
|
||||
export declare const ServiceLineTransactionAggregateZodSchema: 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>;
|
||||
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.ServiceLineTransactionCountAggregateInputType, z.ZodTypeDef, Prisma.ServiceLineTransactionCountAggregateInputType>]>>;
|
||||
_min: z.ZodOptional<z.ZodType<Prisma.ServiceLineTransactionMinAggregateInputType, z.ZodTypeDef, Prisma.ServiceLineTransactionMinAggregateInputType>>;
|
||||
_max: z.ZodOptional<z.ZodType<Prisma.ServiceLineTransactionMaxAggregateInputType, z.ZodTypeDef, Prisma.ServiceLineTransactionMaxAggregateInputType>>;
|
||||
_avg: z.ZodOptional<z.ZodType<Prisma.ServiceLineTransactionAvgAggregateInputType, z.ZodTypeDef, Prisma.ServiceLineTransactionAvgAggregateInputType>>;
|
||||
_sum: z.ZodOptional<z.ZodType<Prisma.ServiceLineTransactionSumAggregateInputType, z.ZodTypeDef, Prisma.ServiceLineTransactionSumAggregateInputType>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
where?: Prisma.ServiceLineTransactionWhereInput | undefined;
|
||||
_count?: true | Prisma.ServiceLineTransactionCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.ServiceLineTransactionOrderByWithRelationInput | Prisma.ServiceLineTransactionOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.ServiceLineTransactionWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.ServiceLineTransactionMinAggregateInputType | undefined;
|
||||
_max?: Prisma.ServiceLineTransactionMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.ServiceLineTransactionAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.ServiceLineTransactionSumAggregateInputType | undefined;
|
||||
}, {
|
||||
where?: Prisma.ServiceLineTransactionWhereInput | undefined;
|
||||
_count?: true | Prisma.ServiceLineTransactionCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.ServiceLineTransactionOrderByWithRelationInput | Prisma.ServiceLineTransactionOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.ServiceLineTransactionWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.ServiceLineTransactionMinAggregateInputType | undefined;
|
||||
_max?: Prisma.ServiceLineTransactionMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.ServiceLineTransactionAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.ServiceLineTransactionSumAggregateInputType | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=aggregateServiceLineTransaction.schema.d.ts.map
|
||||
Reference in New Issue
Block a user