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,23 @@
import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const NotificationUpsertOneSchema: z.ZodType<Prisma.NotificationUpsertArgs>;
export declare const NotificationUpsertOneZodSchema: 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>>>;
where: z.ZodType<Prisma.NotificationWhereUniqueInput, z.ZodTypeDef, Prisma.NotificationWhereUniqueInput>;
create: z.ZodUnion<[z.ZodType<Prisma.NotificationCreateInput, z.ZodTypeDef, Prisma.NotificationCreateInput>, z.ZodType<Prisma.NotificationUncheckedCreateInput, z.ZodTypeDef, Prisma.NotificationUncheckedCreateInput>]>;
update: z.ZodUnion<[z.ZodType<Prisma.NotificationUpdateInput, z.ZodTypeDef, Prisma.NotificationUpdateInput>, z.ZodType<Prisma.NotificationUncheckedUpdateInput, z.ZodTypeDef, Prisma.NotificationUncheckedUpdateInput>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.NotificationUncheckedCreateInput | Prisma.NotificationCreateInput;
where: Prisma.NotificationWhereUniqueInput;
update: Prisma.NotificationUpdateInput | Prisma.NotificationUncheckedUpdateInput;
include?: Prisma.NotificationInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.NotificationSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}, {
create: Prisma.NotificationUncheckedCreateInput | Prisma.NotificationCreateInput;
where: Prisma.NotificationWhereUniqueInput;
update: 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=upsertOneNotification.schema.d.ts.map