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

    Type Alias ListStreamsResponse

    type ListStreamsResponse = {
        has_more: boolean;
        streams: API.StreamInfo[];
    }
    Index

    Properties

    Properties

    has_more: boolean

    Indicates that there are more results that match the criteria.

    streams: API.StreamInfo[]

    Matching streams.