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
Ryan
07/13/2021, 6:04 AM
@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.