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/interfaces/ICoreConnectionEventPayload.ts
1
0
2
8
views
1
export
default
interface
ICoreConnectionEventPayload
{
2
disconnecting
:
boolean
;
3
}
4
5