Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 790 Bytes

types.typelink.md

File metadata and controls

19 lines (12 loc) · 790 Bytes

Home > @skunkteam/types > TypeLink

TypeLink interface

An object that has an associated TypeScript type.

Signature:

interface TypeLink<AssociatedType>

Properties

Property Modifiers Type Description
[designType] readonly AssociatedType The associated TypeScript-type of the current object.