AssetObserver: Observer & { apiAsset: Asset; history: ObserverHistory }

Represents an observer for an asset, extending the base Observer.

Type declaration

  • apiAsset: Asset

    The API asset associated with this observer.

  • history: ObserverHistory

    The history of changes made to the observer.