UNPKG
@napp/api-server
Version:
latest (1.1.23)
1.1.23
1.1.22
1.1.21
1.1.20
1.1.19
1.0.18
1.0.17
1.0.16
1.0.15
1.0.6
1.0.5
1.0.4
1.0.2
1.0.1
Rest full api. Server
@napp/api-server
/
action.common.d.ts
7 lines
•
249 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
IMiddleware
,
IValidation
,
IAction
}
from
"./common"
;
export
interface
OAPIHandler
<REQ, RES> {
befores
?:
IMiddleware
[];
validation
?:
IValidation
<
REQ
>;
action
:
IAction
<
REQ
,
RES
>; }
//# sourceMappingURL=action.common.d.ts.map