Type alias P2PEventMap

P2PEventMap: {
    close: P2PHandler;
    data: P2PDataHandler;
    error: P2PErrorHandler;
}

Type declaration