Files
hydra/src/main
Jonh Alex a09124e8be Refactor type definitions in hydra-api.ts to replace any with unknown
- 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)
2024-10-05 03:26:36 -03:00
..
2024-08-26 16:36:01 -03:00
2024-08-26 16:36:01 -03:00
2024-08-30 14:13:10 -03:00
2024-06-21 01:34:59 +01:00
2024-09-22 16:25:16 -03:00