UNPKG

ali-flmngr-server-fixed

Version:

> Node.js Backend for Flmngr file manager

7 lines (6 loc) 230 B
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; }