Interface StreamNames

interface StreamNames {
    streams: string[];
}

Properties

Properties

streams: string[]