export default interface SubscriptionItem {
    channel: any,
    handler: Function,
}