Optional
start: numberOptional
end: numberOptional
endThe ending character of the node in the document.
Node
Indicates if the declaration is exported (i.e. export function ...) or not.
ExportableDeclaration
The name of the declaration.
Declaration
Optional
startThe starting character of the node in the document.
Node
Generated using TypeDoc
Alias declaration that can be exported. Is used to defined types. (e.g. type Foobar = { name: string };)
Export
Implements