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

    Type Alias Republish

    type Republish = {
        dest: string;
        headers_only?: boolean;
        src: string;
    }
    Index

    Properties

    dest: string

    The destination to publish to

    headers_only?: boolean

    Only send message headers, no bodies

    src: string

    The source subject to republish