@nats-io/jetstream
    Preparing search index...

    Type Alias Next

    Notifies whenever there's a request for additional messages from the server. This notification telegraphs the request options, which should be treated as read-only. This notification is only useful for debugging. Data is PullOptions.

    type Next = {
        options: PullOptions;
        type: "next";
    }
    Index

    Properties

    Properties

    options: PullOptions
    type: "next"