Mergeable type aliases
This is the collection of mergeable type aliases within the persisters
module. There are 4 mergeable type aliases in total.
PersistedStore
The PersistedStore
type is a generic representation of the type of store being handled by a Persister
.
AnyPersister
The AnyPersister
type is a convenient alias for any type of Persister
that can persist Store
or MergeableStore
objects.
PersistedChanges
The PersistedChanges
type is a generic representation of changes made to the type of store being handled by a Persister
.
PersistedContent
The PersistedContent
type is a generic representation of the content in the type of store being handled by a Persister
.