Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
FastifyRouteSchemaDef
Interface FastifyRouteSchemaDef<T>
interface
FastifyRouteSchemaDef
<
T
>
{
contentType
?:
string
;
httpPart
?:
string
;
httpStatus
?:
string
;
method
:
string
;
schema
:
T
;
url
:
string
;
}
Type Parameters
T
Index
Properties
content
Type?
http
Part?
http
Status?
method
schema
url
Properties
Optional
content
Type
content
Type
?:
string
Optional
http
Part
http
Part
?:
string
Optional
http
Status
http
Status
?:
string
method
method
:
string
schema
schema
:
T
url
url
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
content
Type
http
Part
http
Status
method
schema
url
Astro Node.js Fastify adapter - v0.0.12
Loading...