namespace Store { interface MainStoreState { systemUserInfo: SystemUserInfo | null; loginResult: LoginResult | null; } }