mickeyf.docs
Home
mickeyf.org
GitHub
Preparing search index...
backend
RouteContract
Type Alias RouteContract<Req, Res>
type
RouteContract
<
Req
,
Res
>
=
{
auth
:
AuthLevel
;
id
:
string
;
method
:
HttpMethod
;
path
:
string
;
request
:
Req
;
response
:
Res
;
}
Type Parameters
Req
Res
Index
Properties
auth
id
method
path
request
response
Properties
auth
auth
:
AuthLevel
id
id
:
string
method
method
:
HttpMethod
path
path
:
string
request
request
:
Req
response
response
:
Res
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
auth
id
method
path
request
response
Home
mickeyf.org
GitHub
mickeyf.docs
Loading...