Type Alias NxStreamListEntry

This struct is deprecated (not recommended to use).

@deprecated: This will be removed in a future version

type NxStreamListEntry = {
    qId?: string;
    qName?: string;
}
Index

Properties

Properties

qId?: string

Identifier of the stream.

qName?: string

Name of the stream.