Monthly Archives: February 2024

TypeScript: Make stricter Required

When you have a type with optional props, then to make those props required you can use Required like so:

Posted in TypeScript | Tagged , , | Leave a comment