import { Observable } from 'rxjs'; export interface EventObservable { ofType(...events: any[]): Observable; }