I\'ve created a helper type to unwrap the inner type of an Observable:
Observable
type UnwrapObservable = T extends Observable<(infer U