@s2-dev/streamstore - v0.22.0
    Preparing search index...

    Interface ListStreamsResponse

    Response from listing streams.

    interface ListStreamsResponse {
        hasMore: boolean;
        streams: StreamInfo[];
    }
    Index

    Properties

    Properties

    hasMore: boolean

    Whether there are more results.

    streams: StreamInfo[]

    List of streams.