type TAction$1 = { [key in keyof IAction]: any;}; Copy
type TAction$1 = { [key in keyof IAction]: any;};
Type definition for action methods. Maps all keys of IAction to any type. Used for dynamic method routing in ActionCoreService.