Type alias AllRequired<T>

AllRequired<T>: RemoveUndefined<Complete<T>>

Represents a type that removes undefined from all properties of T and makes all properties required.

Type Parameters

  • T

    The input type.

Generated using TypeDoc