HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/thread-self/cwd/node_modules/pusher-js/src/core/connection/handshake/
Upload File :
Current File : //proc/thread-self/cwd/node_modules/pusher-js/src/core/connection/handshake/handshake_payload.ts
import TransportConnection from '../../transports/transport_connection';
import Action from '../protocol/action';
import Connection from '../connection';

interface HandshakePayload extends Action {
  transport: TransportConnection;
  connection?: Connection;
}

export default HandshakePayload;