Skip to content

Documentation / @super-line/core / LwwCollectionName

Type Alias: LwwCollectionName<C>

LwwCollectionName<C> = Exclude<CollectionName<C>, CrdtCollectionName<C>>

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

Names of a contract's LWW row collections (everything that isn't CRDT).

Type Parameters

C

C extends Contract

Released under the MIT License.