Wendel Fabian Chinsamywendelwritescode.hashnode.dev·Oct 10, 2024Typescript Utility Types: Required<T>Introduction The Typescript Required<T> utility type provides a wonderful means converting optional properties to be mandatory instead. Let’s dive into an example to better understand the problem it solves! Problem Example interface Person { name...TypeScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.