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

14 lines
1.2 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ServiceLineUpdateManyWithWhereWithoutClaimInputObjectSchema: z.ZodType<Prisma.ServiceLineUpdateManyWithWhereWithoutClaimInput>;
export declare const ServiceLineUpdateManyWithWhereWithoutClaimInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.ServiceLineScalarWhereInput, z.ZodTypeDef, Prisma.ServiceLineScalarWhereInput>>;
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineUpdateManyMutationInput, z.ZodTypeDef, Prisma.ServiceLineUpdateManyMutationInput>>, z.ZodLazy<z.ZodType<Prisma.ServiceLineUncheckedUpdateManyWithoutClaimInput, z.ZodTypeDef, Prisma.ServiceLineUncheckedUpdateManyWithoutClaimInput>>]>;
}, "strict", z.ZodTypeAny, {
where: Prisma.ServiceLineScalarWhereInput;
data: Prisma.ServiceLineUpdateManyMutationInput | Prisma.ServiceLineUncheckedUpdateManyWithoutClaimInput;
}, {
where: Prisma.ServiceLineScalarWhereInput;
data: Prisma.ServiceLineUpdateManyMutationInput | Prisma.ServiceLineUncheckedUpdateManyWithoutClaimInput;
}>;
//# sourceMappingURL=ServiceLineUpdateManyWithWhereWithoutClaimInput.schema.d.ts.map