fix:added Prisma.jsonobject type

pull/12029/head
Abhinav 2023-10-23 07:14:13 +05:30
parent 35b38c77f8
commit 8dbbe82290
1 changed files with 1 additions and 0 deletions

View File

@ -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";