ObservableInput

type ObservableInput<T> = SubscribableOrPromise<T> | ArrayLike<T> | Iterable<T>;