Preparing search index...
The search index is not available
node_lrpc - v0.0.3
node_lrpc
IEndpoint
Interface IEndpoint
IEndpoint interface
interface
IEndpoint
{
handler
:
(
data
:
any
)
=>
Promise
<
any
>
;
validator
:
(
input
:
any
)
=>
Promise
<
{
message
:
string
;
status
:
Status
}
>
;
}
Index
Properties
handler
validator
Properties
handler
handler
:
(
data
:
any
)
=>
Promise
<
any
>
validator
validator
:
(
input
:
any
)
=>
Promise
<
{
message
:
string
;
status
:
Status
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
handler
validator
node_lrpc - v0.0.3
Loading...
IEndpoint interface