mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-01-06 12:04:11 +05:30
4 lines
67 B
TypeScript
4 lines
67 B
TypeScript
import { State } from './reducer';
|
|
|
|
export type AuthState = State;
|