import { Observable } from 'rxjs'; export type ObservableArrowFunction = ((...args: any[]) => Observable);