UNPKG

@allgemein/eventbus

Version:
8 lines (7 loc) 216 B
import { ISubscribeOptions } from './ISubscribeOptions'; export interface IEventListenerDef extends ISubscribeOptions { type: string; namespace?: string; target: Function | any; methodName: string; }