UNPKG

@statezero/statezero-tunnel

Version:

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

6 lines (5 loc) 105 B
export default interface ClientMessage { type: string; logLevel?: string; message: string; }