🚧 Still under progress. Soon will be finished.

TypeAliasDeclaration

INTERFACE code

Description

A type-alias declaration after being serialized

Properties

Name Type Description
name string

The name of the type-alias

kind DeclarationKind.TypeAlias

The type of declaration

line number

The start line number where the type-alias is defined

value Type

The type that it’s assigned

typeParameters TypeParameter[]

The type parameters defined in the type-alias

jsDoc CommentPart[]

Any JSDoc comment

namespace string

The namespace name where the type-alias is defined