UNPKG
datainout
Version:
latest (1.1.2-beta)
1.1.2-beta
1.1.1-beta
1.1.0-beta
1.0.0
Import and reports data
datainout
/
dist
/
commanders
/
command-actions
/
ICommandAction.d.ts
6 lines
(4 loc)
•
108 B
TypeScript
View Raw
1
2
3
4
5
6
interface
ICommandAction
{
handleAction
(...
data
:
any
):
Promise
<
any
>; }
export
type
{
ICommandAction
};