1 2 3 4 5 6
import { AuthState } from "./modules/auth"; export interface RootState { api: string; auth?: AuthState; }