accounts-frontend/packages/app/components/auth/index.ts
2019-12-25 12:54:05 +02:00

4 lines
67 B
TypeScript

import { State } from './reducer';
export type AuthState = State;