How would I use await inside a custom middleware.
const customMiddleware= (store) => (next) => (action) => { if(action.type === \'Start\'){ con