import { State, Account as AccountType } from './reducer'; export type AccountsState = State; export type Account = AccountType;