import { ObservableInput } from 'rxjs'; export type ObservedValueOf = O extends ObservableInput ? T : never;