Type Alias PromiseOrUndef<T>

PromiseOrUndef<T>: undefined | Promise<T | undefined>

Type Parameters

  • T