Data interface for the type of an actor run result.

interface IActorOutputAbstractMediaTypedHandle<HO> {
    handle: HO;
}

Type Parameters

  • HO

Hierarchy (view full)

Properties

Properties

handle: HO

The handle action output.