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

    Type Alias ExternalStream

    type ExternalStream = {
        api: string;
        deliver?: string;
    }
    Index

    Properties

    Properties

    api: string

    API prefix for the remote stream - the API prefix should be something like `$JS.domain.API where domain is the JetStream domain on the NATS server configuration.

    deliver?: string

    Deliver prefix for the remote stream