import { AuthState } from "./modules/auth"; export interface RootState { api: string; auth?: AuthState; }