:TS:TypeAlias Node

represents a top-level TypeScript type alias declaration

Properties

NameDescription
globalFqnglobal FQN of the type alias
localFqnlocal FQN of the type alias
namename of the type alias
code coordinatescode coordinates of the type alias declaration (includes fileName)

Relations

NameTarget Label(s)CardinalityDescription
OF_TYPE:TS:Type1type that the type alias represents
DECLARES:TS:TypeParameter0..*type parameters that are declared by the type alias for use in the represented type
DEPENDS_ONsee DEPENDS_ON - Target Nodes0..*dependencies of the type alias