Data interface for the type of an actor test result.

interface IActorTestAbstractMediaTypedHandle<HT> {
    handle: HT;
}

Type Parameters

  • HT

Hierarchy (View Summary)

Properties

Properties

handle: HT

The handle test output.