mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-07 00:29:19 +05:30
4 lines
67 B
TypeScript
4 lines
67 B
TypeScript
import { State } from './reducer';
|
|
|
|
export type AuthState = State;
|