Skip to content

Documentation / @super-line/core / CollectionRowInput

Type Alias: CollectionRowInput<D>

CollectionRowInput<D> = D extends CollectionDef ? InferIn<D["schema"]> : never

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

The input row type of a collection def (what a client passes to insert, pre-validation).

Type Parameters

D

D

Released under the MIT License.