14 lines
1.1 KiB
TypeScript
14 lines
1.1 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const NotificationUpdateWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType<Prisma.NotificationUpdateWithWhereUniqueWithoutUserInput>;
|
|
export declare const NotificationUpdateWithWhereUniqueWithoutUserInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.NotificationWhereUniqueInput, z.ZodTypeDef, Prisma.NotificationWhereUniqueInput>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NotificationUpdateWithoutUserInput, z.ZodTypeDef, Prisma.NotificationUpdateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.NotificationUncheckedUpdateWithoutUserInput, z.ZodTypeDef, Prisma.NotificationUncheckedUpdateWithoutUserInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where: Prisma.NotificationWhereUniqueInput;
|
|
data: Prisma.NotificationUpdateWithoutUserInput | Prisma.NotificationUncheckedUpdateWithoutUserInput;
|
|
}, {
|
|
where: Prisma.NotificationWhereUniqueInput;
|
|
data: Prisma.NotificationUpdateWithoutUserInput | Prisma.NotificationUncheckedUpdateWithoutUserInput;
|
|
}>;
|
|
//# sourceMappingURL=NotificationUpdateWithWhereUniqueWithoutUserInput.schema.d.ts.map
|