Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
TSConditionalType
Interface TSConditionalType
interface
TSConditionalType
{
checkType
:
TSType
;
end
?:
null
|
number
;
extendsType
:
TSType
;
extra
?:
Record
<
string
,
unknown
>
;
falseType
:
TSType
;
innerComments
?:
null
|
Comment
[]
;
leadingComments
?:
null
|
Comment
[]
;
loc
?:
null
|
SourceLocation
;
range
?:
[
number
,
number
]
;
start
?:
null
|
number
;
trailingComments
?:
null
|
Comment
[]
;
trueType
:
TSType
;
type
:
"TSConditionalType"
;
}
Hierarchy (
view full
)
BaseNode
TSConditionalType
Index
Properties
check
Type
end?
extends
Type
extra?
false
Type
inner
Comments?
leading
Comments?
loc?
range?
start?
trailing
Comments?
true
Type
type
Properties
check
Type
check
Type
:
TSType
Optional
end
end
?:
null
|
number
extends
Type
extends
Type
:
TSType
Optional
extra
extra
?:
Record
<
string
,
unknown
>
false
Type
false
Type
:
TSType
Optional
inner
Comments
inner
Comments
?:
null
|
Comment
[]
Optional
leading
Comments
leading
Comments
?:
null
|
Comment
[]
Optional
loc
loc
?:
null
|
SourceLocation
Optional
range
range
?:
[
number
,
number
]
Optional
start
start
?:
null
|
number
Optional
trailing
Comments
trailing
Comments
?:
null
|
Comment
[]
true
Type
true
Type
:
TSType
type
type
:
"TSConditionalType"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
check
Type
end
extends
Type
extra
false
Type
inner
Comments
leading
Comments
loc
range
start
trailing
Comments
true
Type
type
Astro Node.js Fastify adapter - v0.0.12
Loading...