mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-20 18:08:55 +00:00
Replace 7 explicit `any` types with proper TypeScript types: - Error handling: Use type guard pattern for error messages - Page parameters: Use Playwright's Page type - Result objects: Use Record<string, unknown> for dynamic objects This improves IDE autocomplete, type checking, and may surface hidden bugs. |
||
|---|---|---|
| .. | ||
| plugin-test.helpers.ts | ||