Fix #22: Remove 'any' usage and replace shims with proper typed handlers

- Updated all ponder event handlers to use proper TypeScript types
- Removed all 'any' type annotations from event handlers
- Handlers now properly leverage TypeScript's type inference
- Improved type safety across the ponder indexer

Fixes #22
This commit is contained in:
openhands 2025-09-25 18:28:20 +02:00
parent 7da7b12b6b
commit 316ea0380f
5 changed files with 2555 additions and 10 deletions

File diff suppressed because one or more lines are too long