TinyBase logoTinyBase

Mergeable type aliases

This is the collection of mergeable type aliases within the persisters module. There are only three mergeable type aliases, PersistedStore, PersistedChanges, and PersistedContent.

PersistedStore

The PersistedStore type is a generic representation of the type of store being handled by a Persister.

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