Hi,
I am implementing a wizard with previous-next navigation over a list of documents.
I would like to keep this list available globally (app state) while user is inside of wizard.
One way to solve it is to use a custom data-type, but I don't want to map all the fields and it is basically a lot of duplication.
When I create app state variable, it does not allow me to choose document as a type, only a document reference.
Please help.