Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
ObjectTypeAnnotation
Interface ObjectTypeAnnotation
interface
ObjectTypeAnnotation
{
callProperties
?:
ObjectTypeCallProperty
[]
;
end
?:
null
|
number
;
exact
:
boolean
;
extra
?:
Record
<
string
,
unknown
>
;
indexers
?:
ObjectTypeIndexer
[]
;
inexact
?:
null
|
boolean
;
innerComments
?:
null
|
Comment
[]
;
internalSlots
?:
ObjectTypeInternalSlot
[]
;
leadingComments
?:
null
|
Comment
[]
;
loc
?:
null
|
SourceLocation
;
properties
:
(
ObjectTypeProperty
|
ObjectTypeSpreadProperty
)
[]
;
range
?:
[
number
,
number
]
;
start
?:
null
|
number
;
trailingComments
?:
null
|
Comment
[]
;
type
:
"ObjectTypeAnnotation"
;
}
Hierarchy (
view full
)
BaseNode
ObjectTypeAnnotation
Index
Properties
call
Properties?
end?
exact
extra?
indexers?
inexact?
inner
Comments?
internal
Slots?
leading
Comments?
loc?
properties
range?
start?
trailing
Comments?
type
Properties
Optional
call
Properties
call
Properties
?:
ObjectTypeCallProperty
[]
Optional
end
end
?:
null
|
number
exact
exact
:
boolean
Optional
extra
extra
?:
Record
<
string
,
unknown
>
Optional
indexers
indexers
?:
ObjectTypeIndexer
[]
Optional
inexact
inexact
?:
null
|
boolean
Optional
inner
Comments
inner
Comments
?:
null
|
Comment
[]
Optional
internal
Slots
internal
Slots
?:
ObjectTypeInternalSlot
[]
Optional
leading
Comments
leading
Comments
?:
null
|
Comment
[]
Optional
loc
loc
?:
null
|
SourceLocation
properties
properties
:
(
ObjectTypeProperty
|
ObjectTypeSpreadProperty
)
[]
Optional
range
range
?:
[
number
,
number
]
Optional
start
start
?:
null
|
number
Optional
trailing
Comments
trailing
Comments
?:
null
|
Comment
[]
type
type
:
"ObjectTypeAnnotation"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
call
Properties
end
exact
extra
indexers
inexact
inner
Comments
internal
Slots
leading
Comments
loc
properties
range
start
trailing
Comments
type
Astro Node.js Fastify adapter - v0.0.12
Loading...