initial commit

This commit is contained in:
2026-04-04 22:13:55 -04:00
commit 5d77e207c9
10181 changed files with 522212 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const NotificationUpdateOneSchema: z.ZodType<Prisma.NotificationUpdateArgs>;
export declare const NotificationUpdateOneZodSchema: z.ZodObject<{
select: z.ZodOptional<z.ZodType<Prisma.NotificationSelect<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.NotificationSelect<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
include: z.ZodOptional<z.ZodType<Prisma.NotificationInclude<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.NotificationInclude<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
data: z.ZodUnion<[z.ZodType<Prisma.NotificationUpdateInput, z.ZodTypeDef, Prisma.NotificationUpdateInput>, z.ZodType<Prisma.NotificationUncheckedUpdateInput, z.ZodTypeDef, Prisma.NotificationUncheckedUpdateInput>]>;
where: z.ZodType<Prisma.NotificationWhereUniqueInput, z.ZodTypeDef, Prisma.NotificationWhereUniqueInput>;
}, "strict", z.ZodTypeAny, {
where: Prisma.NotificationWhereUniqueInput;
data: Prisma.NotificationUpdateInput | Prisma.NotificationUncheckedUpdateInput;
include?: Prisma.NotificationInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.NotificationSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}, {
where: Prisma.NotificationWhereUniqueInput;
data: Prisma.NotificationUpdateInput | Prisma.NotificationUncheckedUpdateInput;
include?: Prisma.NotificationInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.NotificationSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}>;
//# sourceMappingURL=updateOneNotification.schema.d.ts.map