LiveChannelEvent type
LiveChannelEvent type
Signature
export declare type LiveChannelEvent<T = any> = LiveChannelStatusEvent | LiveChannelJoinEvent | LiveChannelLeaveEvent | LiveChannelMessageEvent<T>;
Import
import { LiveChannelEvent } from '@grafana/data';