KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
TSConditionalType
Interface TSConditionalType
interface
TSConditionalType
{
checkType
:
TSType
;
end
:
number
;
extendsType
:
TSType
;
falseType
:
TSType
;
parent
?:
Node
;
range
?:
[
number
,
number
]
;
start
:
number
;
trueType
:
TSType
;
type
:
"TSConditionalType"
;
}
Hierarchy (
View Summary
)
Span
TSConditionalType
Index
Properties
check
Type
end
extends
Type
false
Type
parent?
range?
start
true
Type
type
Properties
check
Type
checkType
:
TSType
end
end
:
number
extends
Type
extendsType
:
TSType
false
Type
falseType
:
TSType
Optional
parent
parent
?:
Node
Optional
range
range
?:
[
number
,
number
]
start
start
:
number
true
Type
trueType
:
TSType
type
type
:
"TSConditionalType"
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
check
Type
end
extends
Type
false
Type
parent
range
start
true
Type
type
Github
KC's Workspace
Loading...