import { Observable } from 'rxjs'; export interface IQueryAdapter { handle(query: TQuery): Observable; }