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