Type Alias: BabylonObserverLike
type BabylonObserverLike = object;
Defined in: service-framework-babylon/src/babylon-runtime-adapter.ts:55
The handle a Babylon Observable hands back from add. The adapter only
stores it and gives it back to remove, so its shape is irrelevant here.