Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ulixee
GitHub Repository: ulixee/secret-agent
Path: blob/main/client/interfaces/ICommandCounter.ts
1028 views
1
export default interface ICommandCounter {
2
nextCommandId: number;
3
lastCommandId: number;
4
}
5
6