generator-jhipster icon indicating copy to clipboard operation
generator-jhipster copied to clipboard

Remove usage of `any` type and improve jdl types

Open emilpaw opened this issue 3 years ago • 2 comments

Overview of the feature request

As discussed here https://github.com/jhipster/generator-jhipster/pull/19856#discussion_r994928906 we have a lot of any types in the TypeScript modules. The goal is to remove most of them and make the types more accurate. This probably can't be done at once instead we should remove the anys bit by bit.

Motivation for or Use Case

To fully leverage TypeScripts benefits the amount of the any type needs to be reduced.

Related issues or PR
  • [x] Checking this box is mandatory (this is just to show you read everything)

emilpaw avatar Oct 16 '22 14:10 emilpaw

@mshima Is there anything to do here?

DanielFran avatar Jan 05 '24 11:01 DanielFran

Yes, but nothing urgent.

mshima avatar Jan 05 '24 14:01 mshima

This issue is stale because it has been open for too long without any activity. Due to the moving nature of jhipster generated application, bugs can become invalid. If this issue still applies please comment otherwise it will be closed in 7 days

github-actions[bot] avatar Jul 04 '24 00:07 github-actions[bot]