Stone.js API
Docs
Home
Preparing search index...
stone-js-openapi/src/declarations
OpenApiRoute
Interface OpenApiRoute
A route to derive an operation from (generic — decoupled from the router).
interface
OpenApiRoute
{
method
:
string
&
{}
|
HttpMethod
;
openapi
?:
OpenApiOperation
;
path
:
string
;
}
Index
Properties
method
openapi?
path
Properties
method
method
:
string
&
{}
|
HttpMethod
Optional
openapi
openapi
?:
OpenApiOperation
path
path
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
method
openapi
path
Docs
Home
Stone.js API
Loading...
A route to derive an operation from (generic — decoupled from the router).