Is there a way to attach suffix to type names gene...
# orm-help
s
Is there a way to attach suffix to type names generated by prisma client? For example, if I have a
model User
in
schema.prisma
, I want the name of generated type to be
UserModel
r
@Seungsu Kim 👋 Currently not. You would need to do this manually. I would suggest creating a feature request here with your use case so that we can look into this.