Documentation
Preparing search index...
@adonisjs/http-server
src/types/main
GetRoutesForMethod
Type Alias GetRoutesForMethod<Routes, Method>
GetRoutesForMethod
:
{
[
K
in
keyof
Routes
]
:
Method
extends
K
?
Routes
[
Method
]
:
never
}
[
keyof
Routes
]
Utility type to extract routes for a specific HTTP method from the routes collection
Type Parameters
Routes
Method
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Utility type to extract routes for a specific HTTP method from the routes collection