Files
superset2/superset-frontend
Evan Rusackas 3e4f9e7fbb fix(types): use callable type for actions to fix build
Changed from Record<string, unknown> to Record<string, (...args: any[]) => any>
so TypeScript understands the action properties are callable functions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 13:07:40 +01:00
..