Type alias Resolvable<T>

Resolvable<T>: T | ((...params) => T)

Either the required type T, or a function that returns the required type T.

Type Parameters

  • T