Skip to content

Documentation / @super-line/core / CollectionDef

Type Alias: CollectionDef

CollectionDef = LwwCollectionDef | CrdtCollectionDef

Defined in: packages/core/src/contract.ts:126

A collection is either a typed LWW row table (ADR-0006) or a CRDT document store (ADR-0007).

Released under the MIT License.