Type Alias Streams

Streams: { get(stream: string): Promise<Stream> }

Type declaration

  • get:function
    • Parameters

      • stream: string

      Returns Promise<Stream>