Documentation / @super-line/core / RowInputOf
Type Alias: RowInputOf<C, N>
RowInputOf<
C,N> =CollectionRowInput<CollectionsOf<C>[N]>
Defined in: packages/core/src/contract.ts:448
The input row type of collection N in contract C (pre-validation).
Type Parameters
C
C extends Contract
N
N extends CollectionName<C>