Type Alias OrExplicit<T>

OrExplicit<T>: T | Explicit<T>

Type helper for parameters of managed functions which accecpt interfaces which may be explicitly implemented.

Type Parameters

  • T