fix:added Prisma.jsonobject type
parent
35b38c77f8
commit
8dbbe82290
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue