Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TypeAliasDeclaration

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

export
class

TypeAliasDeclaration

implements

{ExportableDeclaration}

Hierarchy

  • TypeAliasDeclaration

Implements

Index

Constructors

Properties

Constructors

constructor

  • new TypeAliasDeclaration(name: string, isExported: boolean, start?: undefined | number, end?: undefined | number): TypeAliasDeclaration

Properties

Optional end

end: undefined | number

isExported

isExported: boolean

name

name: string

Optional start

start: undefined | number

Generated using TypeDoc