export interface AuthState { state: string; user: any; }