export interface NotificationEventBinderData {
  channel?: string;
  $event?: CustomEvent;
  $context?: any;
}
