src/domain/faucet/store/appState.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface AppState {
  readonly address: string
}