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

14 lines
916 B
TypeScript

import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const ServiceLineTransactionUpdateManySchema: z.ZodType<Prisma.ServiceLineTransactionUpdateManyArgs>;
export declare const ServiceLineTransactionUpdateManyZodSchema: z.ZodObject<{
data: z.ZodType<Prisma.ServiceLineTransactionUpdateManyMutationInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUpdateManyMutationInput>;
where: z.ZodOptional<z.ZodType<Prisma.ServiceLineTransactionWhereInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereInput>>;
}, "strict", z.ZodTypeAny, {
data: Prisma.ServiceLineTransactionUpdateManyMutationInput;
where?: Prisma.ServiceLineTransactionWhereInput | undefined;
}, {
data: Prisma.ServiceLineTransactionUpdateManyMutationInput;
where?: Prisma.ServiceLineTransactionWhereInput | undefined;
}>;
//# sourceMappingURL=updateManyServiceLineTransaction.schema.d.ts.map