Interface SignalOptions

interface SignalOptions {
    channel: string;
}

Properties

Properties

channel: string