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

20 lines
2.0 KiB
TypeScript

import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const ServiceLineTransactionUpdateOneSchema: z.ZodType<Prisma.ServiceLineTransactionUpdateArgs>;
export declare const ServiceLineTransactionUpdateOneZodSchema: z.ZodObject<{
select: z.ZodOptional<z.ZodType<Prisma.ServiceLineTransactionSelect<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.ServiceLineTransactionSelect<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
include: z.ZodOptional<z.ZodType<Prisma.ServiceLineTransactionInclude<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.ServiceLineTransactionInclude<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
data: z.ZodUnion<[z.ZodType<Prisma.ServiceLineTransactionUpdateInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUpdateInput>, z.ZodType<Prisma.ServiceLineTransactionUncheckedUpdateInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUncheckedUpdateInput>]>;
where: z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>;
}, "strict", z.ZodTypeAny, {
where: Prisma.ServiceLineTransactionWhereUniqueInput;
data: Prisma.ServiceLineTransactionUpdateInput | Prisma.ServiceLineTransactionUncheckedUpdateInput;
include?: Prisma.ServiceLineTransactionInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.ServiceLineTransactionSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}, {
where: Prisma.ServiceLineTransactionWhereUniqueInput;
data: Prisma.ServiceLineTransactionUpdateInput | Prisma.ServiceLineTransactionUncheckedUpdateInput;
include?: Prisma.ServiceLineTransactionInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.ServiceLineTransactionSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}>;
//# sourceMappingURL=updateOneServiceLineTransaction.schema.d.ts.map