From 8dbbe82290097d6db2503db982139393b6263a68 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Mon, 23 Oct 2023 07:14:13 +0530 Subject: [PATCH] fix:added Prisma.jsonobject type --- apps/web/pages/[user].tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/pages/[user].tsx b/apps/web/pages/[user].tsx index a5c28fc7be..c4fecc74dd 100644 --- a/apps/web/pages/[user].tsx +++ b/apps/web/pages/[user].tsx @@ -1,3 +1,4 @@ +import type { Prisma } from "@prisma/client"; import type { DehydratedState } from "@tanstack/react-query"; import classNames from "classnames"; import type { GetServerSideProps, InferGetServerSidePropsType } from "next";