KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
TSTypeAliasDeclaration
Interface TSTypeAliasDeclaration
interface
TSTypeAliasDeclaration
{
declare
:
boolean
;
end
:
number
;
id
:
BindingIdentifier
;
parent
?:
Node
;
range
?:
[
number
,
number
]
;
start
:
number
;
type
:
"TSTypeAliasDeclaration"
;
typeAnnotation
:
TSType
;
typeParameters
:
TSTypeParameterDeclaration
|
null
;
}
Hierarchy (
View Summary
)
Span
TSTypeAliasDeclaration
Index
Properties
declare
end
id
parent?
range?
start
type
type
Annotation
type
Parameters
Properties
declare
declare
:
boolean
end
end
:
number
id
id
:
BindingIdentifier
Optional
parent
parent
?:
Node
Optional
range
range
?:
[
number
,
number
]
start
start
:
number
type
type
:
"TSTypeAliasDeclaration"
type
Annotation
typeAnnotation
:
TSType
type
Parameters
typeParameters
:
TSTypeParameterDeclaration
|
null
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
declare
end
id
parent
range
start
type
type
Annotation
type
Parameters
Github
KC's Workspace
Loading...