Interface ProtocolStream<Stream>

interface ProtocolStream<Stream> {
    protocol: string;
    stream: Stream;
}

Type Parameters

  • Stream

Properties

Properties

protocol: string
stream: Stream