Type Alias PromiseMaybeUndef<T>

PromiseMaybeUndef<T>: Promise<T | undefined>

Type Parameters

  • T