Type Alias OptionalPromisableArray<T, V>

OptionalPromisableArray<T, V>: PromisableArray<T | undefined, V>

Type Parameters

  • T
  • V = never