This website requires JavaScript.
Explore
Help
Register
Sign In
470486104
/
Server
Watch
1
Star
0
Fork
0
You've already forked Server
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Server
/
project
/
src
/
models
/
spt
/
utils
/
ICommand.ts
6 lines
77 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Auto-formatting Sweep
2023-11-15 20:35:05 -05:00
export
interface
ICommand
Add Repo
2023-03-03 15:23:46 +00:00
{
Auto-formatting Sweep
2023-11-15 20:35:05 -05:00
uuid
:
string
;
cmd
:
(
)
=
>
Promise
<
any
>
;
}
Reference in New Issue
Copy Permalink