webamp/js/actionCreators
Jordan Eldredge c106ac2a52 Change how actions are typed
If we want to use the new version of react-redux we need to be compatible with their types.

Sadly it does not seem to be possible to create a Dispatchable type which can be eiher a plain action or a thunk and still be compatible with react-redux's types becuase they use redux's Store type under the hood which assumes you have an object with a string type property.
2019-05-01 22:09:22 -07:00
..
equalizer.ts Change how actions are typed 2019-05-01 22:09:22 -07:00
files.ts Change how actions are typed 2019-05-01 22:09:22 -07:00
index.test.js Trailing commas! 2019-03-19 06:55:24 -07:00
index.ts Change how actions are typed 2019-05-01 22:09:22 -07:00
media.ts Change how actions are typed 2019-05-01 22:09:22 -07:00
milkdrop.ts Change how actions are typed 2019-05-01 22:09:22 -07:00
playlist.ts Change how actions are typed 2019-05-01 22:09:22 -07:00
windows.ts Change how actions are typed 2019-05-01 22:09:22 -07:00