Type Alias WithEvents

WithEvents: {
    addEventListener(type: string, callbackfn: any): void;
    removeEventListener(type: string, callbackfn: any): void;
}