Type alias IsDeepRequired<T>

IsDeepRequired<T>: IfExtends<T, DeepRequired<T>, true, false>

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

Type Parameters

  • T

Returns

true if all the properties are, otherwise false