UNPKG

@statezero/statezero-tunnel

Version:

Tunnelmole client for StateZero users to create secure tunnels to their local services.

7 lines 188 B
/** * Sent to get the client to disconnect/exit with a message to be printed to the console */ export default interface ClientDisconnect { type: string, exitCode?: number }