effex-monorepo
Preparing search index...
router/src
RouteHandler
Interface RouteHandler
A handler entry for POST/PUT/DELETE mutations.
interface
RouteHandler
{
handler
:
(
body
:
unknown
)
=>
Effect
<
unknown
,
unknown
,
unknown
>
;
key
:
string
;
method
:
"post"
|
"put"
|
"delete"
;
}
Index
Properties
handler
key
method
Properties
Readonly
handler
handler
:
(
body
:
unknown
)
=>
Effect
<
unknown
,
unknown
,
unknown
>
Readonly
key
key
:
string
Readonly
method
method
:
"post"
|
"put"
|
"delete"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
handler
key
method
effex-monorepo
Loading...
A handler entry for POST/PUT/DELETE mutations.