Type Alias PossiblyAsync<T>

PossiblyAsync<T>: T | Promise<T>

Type Parameters

  • T