Type Alias NullablePromisableArray<T, V>

NullablePromisableArray<T, V>: PromisableArray<T | null, V>

Type Parameters

  • T
  • V = never