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

4 lines
67 B
TypeScript
Raw Normal View History

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