Now that we want to bring updateThemeInfo redux actions/state into web as well there are several things we should lift from native into lib so that we can share them across both platforms. This diff lifts the updateThemeInfoActionType and adds this action type to redux-types in lib
Depends on D9529