Type Alias ProtocolStream

ProtocolStream: Omit<NoiseStream, "userData"> & {
    userData: Protomux;
}