TinyBase logoTinyBase

MergeableContent

The MergeableContent type represents the content of a MergeableStore and the metadata about that content) required to merge it with another.

[mergeableTables: TablesStamp<true>, mergeableValues: ValuesStamp<true>]

It is simply an array of two Stamp types, one for the MergeableStore's Tables and one for its Values.

This type is mostly utilized internally within TinyBase itself and is generally assumed to be opaque to applications that use it.

Since

v5.0.0