/* eslint-disable @typescript-eslint/no-explicit-any */ interface AuthState { loading: boolean isAuthenticated: boolean error?: any }