Preview environment

typealias SendableChannels

export type SendableChannels = Extract<Channel, { send: (...args: any[]) => any }>;

The types of channels that are text-based and can have messages sent into. The available types are:* ChannelType* ChannelType* ChannelType* ChannelType* ChannelType* ChannelType* ChannelType* ChannelType

Union Members

Extract<Channel, { send: (...args: any[]) => any }>