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

20 lines
1.6 KiB
TypeScript

import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const ClaimUpdateOneSchema: z.ZodType<Prisma.ClaimUpdateArgs>;
export declare const ClaimUpdateOneZodSchema: z.ZodObject<{
select: z.ZodOptional<z.ZodType<Prisma.ClaimSelect<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.ClaimSelect<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
include: z.ZodOptional<z.ZodType<Prisma.ClaimInclude<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.ClaimInclude<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
data: z.ZodUnion<[z.ZodType<Prisma.ClaimUpdateInput, z.ZodTypeDef, Prisma.ClaimUpdateInput>, z.ZodType<Prisma.ClaimUncheckedUpdateInput, z.ZodTypeDef, Prisma.ClaimUncheckedUpdateInput>]>;
where: z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>;
}, "strict", z.ZodTypeAny, {
where: Prisma.ClaimWhereUniqueInput;
data: Prisma.ClaimUpdateInput | Prisma.ClaimUncheckedUpdateInput;
include?: Prisma.ClaimInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.ClaimSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}, {
where: Prisma.ClaimWhereUniqueInput;
data: Prisma.ClaimUpdateInput | Prisma.ClaimUncheckedUpdateInput;
include?: Prisma.ClaimInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.ClaimSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}>;
//# sourceMappingURL=updateOneClaim.schema.d.ts.map