Type alias IsDeepNotRequired<T>

IsDeepNotRequired<T>: IfExtends<T, DeepNotRequired<T>, true, false>

Check if all the properties of a given object (nested) are non required

Type Parameters

  • T

Returns

true if all the properties are, otherwise false