Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IChannelStatus

The information about a single channels clients

export
interface

IChannelStatus

Hierarchy

  • IChannelStatus

Index

Properties

Properties

channelName

channelName: string

clients

clients: { app: IClientApp; lastSeen: Date; status: "active" | "stale" }[]