TypeScript - Record and the satisfies operator

1 · Fausto Núñez Alberro · Nov. 16, 2022, 5:45 a.m.
This post is part of an ongoing series on TypeScript. In it, I try to explain in a detailed way different situations I’ve faced while building relatively big React applications using TypeScript, and moving them from JavaScript. Here’s a list of other posts I’ve written about TypeScript: TypeScript - Poor man's async await using generators · July 31, 2020 TypeScript - Structuring type dependencies in frontend applications · August 12, 2019 TypeScript - Beware the user-define...