UNPKG
ali-flmngr-server-fixed
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
> Node.js Backend for Flmngr file manager
ali-flmngr-server-fixed
/
dist
/
lib
/
action
/
ActionError.d.ts
7 lines
(6 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
AAction
}
from
"../action/AAction"
;
import
{
Req
}
from
"../action/req/Req"
;
export
declare
class
ActionError
extends
AAction
{
getName
():
string
;
run
(
request
:
Req
,
onFinish
:
(
result
:
any
) =>
void
):
void
; }