I want to reach the data of 'audience' under an endpoint where it shows in Redux dev tool of Google Chrome.
Is it possible to reach it like we reach the localStorage, or Cookies section with using like 'window.localStorage' or how to do that?
I have some experience with Redux but still on the beginning.