For example, instead of User, I want it to generat...
# orm-help
o
For example, instead of User, I want it to generate like IUser
n
Hey Okan 👋 You can alias the type when importing
Copy code
import { User as IUser } from '@prisma/client'
We also have a Feature Request which discusses about specifying prefix/postfix to generated prisma types, could you please leave a 👍 to the request? It would help our team in prioritising it.