Type Alias OptionalPromisable<T, V>

OptionalPromisable<T, V>: Promisable<T | undefined, V>

Type Parameters

  • T
  • V = never