import { Observable } from 'rxjs'; export interface GeneralDownloadApiInterface { download: (oDataName: string, filter?: string) => Observable; }