SendableChannels

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