Hi i am new to Nest and I am trying to follow the guide from https://docs.nestjs.com/recipes/prisma to test out this function, but after prisma generate, my app couldn't find the schema in prisma/client: "Module '"@prisma/client"' has no exported member 'User'.",
"Module '\"@prisma/client\"' has no exported member 'Post'.", ; Can someone help me with this problem I try to search stack overflow but no answer found and some said it could relate to the prisma version.
Documentation | NestJS - A progressive Node.js framework
Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).