Mergeable type aliases
PersistedStore
The PersistedStore
type is a generic representation of the type of store being handled by a Persister
. Read more.
AnyPersister
The AnyPersister
type is a convenient alias for any type of Persister
that can persist Store
or MergeableStore
objects. Read more.
PersistedChanges
The PersistedChanges
type is a generic representation of changes made to the type of store being handled by a Persister
. Read more.
PersistedContent
The PersistedContent
type is a generic representation of the content in the type of store being handled by a Persister
. Read more.