Model
The model describes the initial state of a store.
It can be composed of any shape and can be filled with some default data before any action is called yet.
type Model = any
The model describes the initial state of a store.
It can be composed of any shape and can be filled with some default data before any action is called yet.
type Model = any