import { Observable } from 'rxjs'; export interface DataSource { load(searchTerm?: string): Observable; }