TS2305 error on open-saas project

Hi everyone,

I use the worderfull template open-saas (and I want a lambo), but I have a problem, I want to add a blog on my saas.
  • I have had a template of an article on my wasp.main
  • but in my web-app/src/entities/index.ts i have this message Le module '"@prisma/client"' n'a aucun membre exporté 'Post'.ts(2305)
    export Post
I don't understand why, can you explain me and resolve my problem ?
Was this page helpful?