Type Alias PromiseFactory<T>

PromiseFactory<T>: (() => Promise<T>)

Type Parameters

  • T