import { Observable } from 'rxjs'; export interface IObservableQuery { execute(params: Params): Observable; }