The Vuex state type.
The storage state type.
Key used to store the persisted state.
Options to be passed to LocalForage.
OptionaltoInner: ToInner<Outer, Inner>
Custom conversion from state object to storage object (default is pass through).
OptionaltoOuter: ToOuter<Outer, Inner>
Custom conversion from storage object to state object (default is pass through).
Builds LocalForage wrapper.