Type Alias NullablePromisable<T, V>

NullablePromisable<T, V>: Promisable<T | null, V>

Type Parameters

  • T
  • V = never