mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 08:43:57 +00:00
- Replaced instances of `any` with `unknown` in the `get`, `post`, `put`, `patch`, and `delete` methods for safer type handling. - Updated parameters like `data` and `params` to use `Record<string, unknown>` for better type safety. - Improved overall type robustness and eliminated warnings related to the use of `any`. Contributed by: [Jonhvmp](https://github.com/Jonhvmp)