ExcludeNullable Creates a type by excluding null and undefined from the property types of T.
An object type.
An object type where each property of T is non-nullable.
Generated using TypeDoc
ExcludeNullable Creates a type by excluding null and undefined from the
property types of T.