Skip to content

Documentation / @super-line/core / CollectionRow

Type Alias: CollectionRow<D>

CollectionRow<D> = D extends CollectionDef ? InferOut<D["schema"]> : never

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

The validated row/doc type of a collection def (what handlers and clients read).

Type Parameters

D

D

Released under the MIT License.