Defines shape of the store.
Store props and methods, defines basic shape of the store.
Store values, defines required values for the store (provided when using a store).
Props are the core parts of a store (internal implementation).
Values are required to be passed to the store.
Defines shape of the store.