ChannelInfo type

An interface representing ChannelInfo. A channel info object which decribes the channel.

type ChannelInfo = {
  id: string
  name?: string
  type?: "standard" | "shared" | "private"
}