Interface PubSubOptions

interface PubSubOptions {
    prefix?: string;
}

Properties

Properties

prefix?: string