Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/NotificationUpdateManyWithWhereWithoutUserInput.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 NotificationUpdateManyWithWhereWithoutUserInputObjectSchema: z.ZodType<Prisma.NotificationUpdateManyWithWhereWithoutUserInput>;
export declare const NotificationUpdateManyWithWhereWithoutUserInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.NotificationScalarWhereInput, z.ZodTypeDef, Prisma.NotificationScalarWhereInput>>;
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NotificationUpdateManyMutationInput, z.ZodTypeDef, Prisma.NotificationUpdateManyMutationInput>>, z.ZodLazy<z.ZodType<Prisma.NotificationUncheckedUpdateManyWithoutUserInput, z.ZodTypeDef, Prisma.NotificationUncheckedUpdateManyWithoutUserInput>>]>;
}, "strict", z.ZodTypeAny, {
where: Prisma.NotificationScalarWhereInput;
data: Prisma.NotificationUpdateManyMutationInput | Prisma.NotificationUncheckedUpdateManyWithoutUserInput;
}, {
where: Prisma.NotificationScalarWhereInput;
data: Prisma.NotificationUpdateManyMutationInput | Prisma.NotificationUncheckedUpdateManyWithoutUserInput;
}>;
//# sourceMappingURL=NotificationUpdateManyWithWhereWithoutUserInput.schema.d.ts.map