Exercise #68: Extract External Lib Types
Advanced Patterns ยท 05-external-libraries
Goal

Goal: Extract parameter and return types from `fetchUser`, then extend the return type with a `fullName` field.

Run "Check Solution" to validate your code in the browser.