mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 08:42:13 +02:00
- Updated hooks to return specific types using UseQueryResult for better type safety. - Refactored various components to explicitly define return types for functions and callbacks. - Improved type annotations for variables and function parameters in screens and hooks. - Enhanced readability by restructuring code and ensuring consistent formatting. - Added missing type imports and ensured proper usage of types from the API. - Cleaned up unnecessary type assertions and improved overall code clarity.