UNPKG
@zzck.dev/tui
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
TS Text-based user inteface & commandline parser
github.com/LinkedinVibe/TUI
LinkedinVibe/TUI
@zzck.dev/tui
/
lib
/
iaction-call.d.ts
5 lines
(4 loc)
•
79 B
TypeScript
View Raw
1
2
3
4
5
export
interface
IActionCall
{
command
:
string
;
args
:
Array
<
string
>; }