Type Alias Lazyable<TValue>

Lazyable<TValue>: TValue | (() => TValue)

Type Parameters

  • TValue