Skip to content

Conversation

mateus-asouza
Copy link

This PR refactors the Angular generator files by replacing 'any' types with the correct TypeScript types.

  • Improved type safety for fields, entities, and related structures.
  • Updated function signatures and interfaces accordingly.
  • Verified tests passing with 1535 passing and 13 pending.

Fix #30065

…r files

remove usages of 'any' in type definitions and function signatures
improving type safety and readability

Fix jhipster#30065
yarn.lock Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yarn.lock should not be committed.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed! I’ve removed the yarn.lock file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace any with correct type when possible.

2 participants