Chore: Fix about 200 noImplicitAny errors (#18067)

* Fix 200 ish errors

* Add interface
This commit is contained in:
Tobias Skarhed
2019-07-16 11:35:42 +02:00
committed by GitHub
parent b049b003f2
commit 0ef4060b98
31 changed files with 208 additions and 151 deletions

View File

@@ -154,7 +154,7 @@ export class TeamList extends PureComponent<Props, any> {
}
}
function mapStateToProps(state) {
function mapStateToProps(state: any) {
return {
navModel: getNavModel(state.navIndex, 'teams'),
teams: getTeams(state.teams),