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

    Type Alias ExportedConsumer

    ExportedConsumer: ConsumerKind & {
        consume(opts?: ConsumeOptions): Promise<ConsumerMessages>;
        fetch(opts?: FetchOptions): Promise<ConsumerMessages>;
        next(opts?: NextOptions): Promise<JsMsg>;
    }