Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
ValidationFunction
Interface ValidationFunction
interface
ValidationFunction
{
errors
?:
null
|
ErrorObject
<
string
,
Record
<
string
,
any
>
,
unknown
>
[]
;
(
input
)
:
boolean
;
}
Validation
Function
(
input
)
:
boolean
Parameters
input
:
any
Returns
boolean
Index
Properties
errors?
Properties
Optional
errors
errors
?:
null
|
ErrorObject
<
string
,
Record
<
string
,
any
>
,
unknown
>
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
errors
Astro Node.js Fastify adapter - v0.0.12
Loading...