Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
SafeResult
Type alias SafeResult<TInput, TOutput>
Safe
Result
<
TInput
,
TOutput
>
:
{
data
:
TOutput
;
error
:
undefined
;
}
|
{
data
:
undefined
;
error
:
ActionError
<
TInput
>
;
}
Type Parameters
TInput
extends
ErrorInferenceObject
TOutput
Type declaration
data
:
TOutput
error
:
undefined
Type declaration
data
:
undefined
error
:
ActionError
<
TInput
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Astro Node.js Fastify adapter - v0.0.12
Loading...