Skip to content

Documentation / @super-line/core / DocOf

Type Alias: DocOf<C, N>

DocOf<C, N> = CollectionRow<CollectionsOf<C>[N]>

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

The validated document type of CRDT collection N in contract C (alias of RowOf — the doc is the value).

Type Parameters

C

C extends Contract

N

N extends CollectionName<C>

Released under the MIT License.