mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
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>