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

    Type Alias ListStreamsResponse

    Generated API types re-exported for convenience.

    These mirror the server REST resources and payloads.

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

    Properties

    Properties

    has_more: boolean

    Indicates that there are more results that match the criteria.

    streams: StreamInfo[]

    Matching streams.