vscode complains that ThunkModule and ThunkModuleFunc are not compatible.
Currently it affects only registerThunk.
ThunkModuleFunc
ThunkModule
myClass: string.
ThunkModuleFunc: [action: string]: ActionFunc<S>
ThunkModule: {myClass} & ThunkModuleFunc
Need to check ts spec to have a correct definition for ThunkModule.
