Required<Type>

Returns a new version of Type where all properties are required.

Loading TypeScript...

Can be used with Partial and & to join a partial and required segment of an object.

Was this page helpful?