Interface representing information about a stream.

This interface defines the structure for specifying details about a stream, including the property path associated with the stream.

interface StreamInfo {
    property: (string | number)[];
}

Properties

Properties

property: (string | number)[]