Skip to content

Documentation / @super-line/core / RowOf

Type Alias: RowOf<C, N>

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

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

The validated row type of collection N in contract C.

Type Parameters

C

C extends Contract

N

N extends CollectionName<C>

Released under the MIT License.