Type Alias Next

Next: { options: PullOptions; type: "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 declaration