Interface SearchHubActionCreators

The search hub action creators.

interface SearchHubActionCreators {
    setSearchHub(searchHub: string): {
        payload: string;
        type: string;
    };
}

Methods

Methods