Type Alias SingleChannelSubscriptionOptions

SingleChannelSubscriptionOptions: { key?: string; tags?: string[] }

Options for subscribing to a single channel.

Type declaration

  • Optionalkey?: string

    When specified, the channel mapping will be an object with this key pointing to the array of channels to subscribe to. Otherwise, the channel mapping will be an array of channels.

  • Optionaltags?: string[]

    Optional tags to associate with the subscription.