KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
TSImportType
Interface TSImportType
interface
TSImportType
{
end
:
number
;
options
:
ObjectExpression
|
null
;
parent
?:
Node
;
qualifier
:
TSImportTypeQualifier
|
null
;
range
?:
[
number
,
number
]
;
source
:
StringLiteral
;
start
:
number
;
type
:
"TSImportType"
;
typeArguments
:
TSTypeParameterInstantiation
|
null
;
}
Hierarchy (
View Summary
)
Span
TSImportType
Index
Properties
end
options
parent?
qualifier
range?
source
start
type
type
Arguments
Properties
end
end
:
number
options
options
:
ObjectExpression
|
null
Optional
parent
parent
?:
Node
qualifier
qualifier
:
TSImportTypeQualifier
|
null
Optional
range
range
?:
[
number
,
number
]
source
source
:
StringLiteral
start
start
:
number
type
type
:
"TSImportType"
type
Arguments
typeArguments
:
TSTypeParameterInstantiation
|
null
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
end
options
parent
qualifier
range
source
start
type
type
Arguments
Github
KC's Workspace
Loading...