Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
ulixee
Edit Copy
Star
GitHub Repository:
ulixee/secret-agent
Path:
blob/main/client/interfaces/ICommandCounter.ts
1
0
2
8
views
1
export
default
interface
ICommandCounter
{
2
nextCommandId
:
number
;
3
lastCommandId
:
number
;
4
}
5
6