Type alias OnlyNonUndefinedTypes<T>

OnlyNonUndefinedTypes<T>: { [ K in ExcludeUndefined<T>]: T[K] }

Type Parameters

  • T