Preparing search index...
The search index is not available
@pulsar-http/core
@pulsar-http/core
RouteOptions
Type Alias RouteOptions<BodySchema, ResponseSchema>
Route
Options
<
BodySchema
,
ResponseSchema
>
:
{
bodySchema
?:
BodySchema
;
openApi
?:
OpenAPIV3.OperationObject
;
responseSchema
?:
ResponseSchema
;
}
Defines the different options that can be set for a route.
Type Parameters
BodySchema
extends
ZodSchema
<
any
>
=
ZodSchema
<
any
>
ResponseSchema
extends
ZodSchema
<
any
>
=
ZodSchema
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@pulsar-http/core
Loading...
Defines the different options that can be set for a route.