4 lines
67 B
TypeScript
Raw Normal View History

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