Type Alias ValueOrRetriever<T>

ValueOrRetriever: T | () => T

Describes either a value or a function to retrieve it.

Type Parameters

  • T