Preparing search index...
The search index is not available
next-api-utils
next-api-utils
NextRouteHandlerSegmentData
Type Alias NextRouteHandlerSegmentData<PathParameters>
Next
Route
Handler
Segment
Data
<
PathParameters
>
:
{
params
:
Promise
<
PathParameters
>
;
}
The segment data object passed to a Next.js API route handler as the second parameter.
Type Parameters
PathParameters
extends
Record
<
string
,
string
>
=
Record
<
never
,
never
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
next-api-utils
Loading...
The segment data object passed to a Next.js API route handler as the second parameter.