I have a component that has dispatch connected to it:
function MyComponent(props: Props) { ... } interface Props { dispatch: any } export default connec