:TS:TypeAlias
Node
→ represents a top-level TypeScript type alias declaration
Properties
Name | Description |
---|---|
globalFqn | global FQN of the type alias |
localFqn | local FQN of the type alias |
name | name of the type alias |
code coordinates | code coordinates of the type alias declaration (includes fileName ) |
Relations
Name | Target Label(s) | Cardinality | Description |
---|---|---|---|
OF_TYPE | :TS:Type | 1 | type that the type alias represents |
DECLARES | :TS:TypeParameter | 0..* | type parameters that are declared by the type alias for use in the represented type |
DEPENDS_ON | see DEPENDS_ON - Target Nodes | 0..* | dependencies of the type alias |