Duplicated types declaration in codebase

Hello,

I’m working on new way to develop forest admin backend (based on decorator and nestjs) and I just saw you have 2 @types packages which content duplicated code :

  • @types/forest-express-mongoose
  • @types/forest-express-sequelize

I guess it will be more logic to create a package @types/forest-express to store the shared types.

Hello @Justin_Martin,

Indeed today we have to different packages. Even the code itself is splitted into two packages.

We are working on a global refonte that will lead to only on package in the near future. :pray: I cannot share any release date but be sure that we will communicate on it once done.

Kind regards,
Morgan

1 Like