questions/00057-hard-get-required/README.md
Implement the advanced util type GetRequired<T>, which remains all the required fields
For example
type I = GetRequired<{ foo: number, bar?: string }> // expected to be { foo: number }
<a href="../../README.md" target="_blank"></a> <a href="https://tsch.js.org/57/answer" target="_blank"></a> <a href="https://tsch.js.org/57/solutions" target="_blank"></a> <hr><h3>Related Challenges</h3><a href="https://github.com/type-challenges/type-challenges/blob/main/questions/00059-hard-get-optional/README.md" target="_blank"></a> <!--info-footer-end-->