A single decoded, mapped server notification tagged with its event type. The discriminated type lets consumers narrow notification to the matching payload (e.g. if (n.type === 'peerConnected') n.notification.peerType).
type
notification
if (n.type === 'peerConnected') n.notification.peerType
A single decoded, mapped server notification tagged with its event type. The discriminated
typelets consumers narrownotificationto the matching payload (e.g.if (n.type === 'peerConnected') n.notification.peerType).