🚧 Still under progress. Soon will be finished.

ExpressionWithTypeArguments

INTERFACE code

Description

Represents a reference to a class or an interface

Properties

Name Type Description
name string

The name of the symbol

kind DeclarationKind.Class | DeclarationKind.Interface

The type of declaration

typeArguments readonly Type[]

The type arguments

source SourceReference

The location of the symbol