Type alias Instance<TInstance, TValue, TKind>

Instance<TInstance, TValue, TKind>: ReturnType<InAspect.Application.Map<TInstance, TValue>[TKind]>

A type of applied aspect instance of the given application kind and input value type.

Type Parameters

  • TInstance

    Aspect instance type.

  • TValue

    Input value type.

  • TKind extends Kind

    Aspect application kind.

Generated using TypeDoc