Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/ServiceLineTransactionAvgAggregateInput.schema.d.ts
2026-04-04 22:13:55 -04:00

23 lines
1.0 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ServiceLineTransactionAvgAggregateInputObjectSchema: z.ZodType<Prisma.ServiceLineTransactionAvgAggregateInputType>;
export declare const ServiceLineTransactionAvgAggregateInputObjectZodSchema: z.ZodObject<{
id: z.ZodOptional<z.ZodLiteral<true>>;
paymentId: z.ZodOptional<z.ZodLiteral<true>>;
serviceLineId: z.ZodOptional<z.ZodLiteral<true>>;
paidAmount: z.ZodOptional<z.ZodLiteral<true>>;
adjustedAmount: z.ZodOptional<z.ZodLiteral<true>>;
}, "strict", z.ZodTypeAny, {
id?: true | undefined;
paymentId?: true | undefined;
paidAmount?: true | undefined;
adjustedAmount?: true | undefined;
serviceLineId?: true | undefined;
}, {
id?: true | undefined;
paymentId?: true | undefined;
paidAmount?: true | undefined;
adjustedAmount?: true | undefined;
serviceLineId?: true | undefined;
}>;
//# sourceMappingURL=ServiceLineTransactionAvgAggregateInput.schema.d.ts.map