TinyBase logoTinyBase β

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.

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