accounts-frontend/packages/app/components/accounts/index.ts

5 lines
130 B
TypeScript
Raw Normal View History

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