import { type PullOptions } from "https://deno.land/x/natsws@v1.28.0/src/mod.ts";
Options for a JetStream pull subscription which define how long the pull request will remain open and limits the amount of data that the server could return.
Properties
If set, the number of milliseconds to wait for the number of messages specified in batch
If set, the max number of bytes to receive. The server will limit the number of messages in the batch to fit within this setting.