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

14 lines
1.1 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ClaimUpdateToOneWithWhereWithoutServiceLinesInputObjectSchema: z.ZodType<Prisma.ClaimUpdateToOneWithWhereWithoutServiceLinesInput>;
export declare const ClaimUpdateToOneWithWhereWithoutServiceLinesInputObjectZodSchema: z.ZodObject<{
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimWhereInput, z.ZodTypeDef, Prisma.ClaimWhereInput>>>;
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimUpdateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.ClaimUpdateWithoutServiceLinesInput>>, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedUpdateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.ClaimUncheckedUpdateWithoutServiceLinesInput>>]>;
}, "strict", z.ZodTypeAny, {
data: Prisma.ClaimUpdateWithoutServiceLinesInput | Prisma.ClaimUncheckedUpdateWithoutServiceLinesInput;
where?: Prisma.ClaimWhereInput | undefined;
}, {
data: Prisma.ClaimUpdateWithoutServiceLinesInput | Prisma.ClaimUncheckedUpdateWithoutServiceLinesInput;
where?: Prisma.ClaimWhereInput | undefined;
}>;
//# sourceMappingURL=ClaimUpdateToOneWithWhereWithoutServiceLinesInput.schema.d.ts.map