vitorsalgado/react-web-starter

View on GitHub
src/libs/store/AppState.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { Counter } from '../../core/Counter'

export interface AppState {
  counter: Counter
}