@s2-dev/streamstore - v0.22.0
Preparing search index...
ListStreamsResponse
Interface ListStreamsResponse
Response from listing streams.
interface
ListStreamsResponse
{
hasMore
:
boolean
;
streams
:
StreamInfo
[]
;
}
Index
Properties
has
More
streams
Properties
has
More
hasMore
:
boolean
Whether there are more results.
streams
streams
:
StreamInfo
[]
List of streams.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
has
More
streams
@s2-dev/streamstore - v0.22.0
Loading...
Response from listing streams.