Alias declaration that can be exported. Is used to defined types. (e.g. type Foobar = { name: string };)

Export

Implements

Hierarchy

  • TypeAliasDeclaration

Implements

Constructors

Properties

Constructors

Properties

end?: number

The ending character of the node in the document.

Memberof

Node

isExported: boolean

Indicates if the declaration is exported (i.e. export function ...) or not.

Memberof

ExportableDeclaration

name: string

The name of the declaration.

Memberof

Declaration

start?: number

The starting character of the node in the document.

Memberof

Node

Generated using TypeDoc