questions/00057-hard-get-required/README.ja.md
必須なフィールドのみを残す高度なユーティリティ型 GetRequired<T> を実装してください。
例えば
type I = GetRequired<{ foo: number, bar?: string }> // expected to be { foo: number }
<a href="../../README.ja.md" target="_blank"></a> <a href="https://tsch.js.org/57/answer/ja" target="_blank"></a> <a href="https://tsch.js.org/57/solutions" target="_blank"></a> <hr><h3>関連する課題</h3><a href="https://github.com/type-challenges/type-challenges/blob/main/questions/00059-hard-get-optional/README.ja.md" target="_blank"></a> <!--info-footer-end-->