A typescript guide,
- learn the primitive types ... number, string, etc. https://www.typescriptlang.org/docs/handbook/2/everyday-types.html
- Unions and Intersections https://www.typescriptlang.org/docs/handbook/unions-and-intersections.html
- Pick, Omit, Partial https://dev.to/glebirovich/5-typescript-utility-types-that-will-make-your-life-easier-i44
- Typescript how to extract nested type:
https://stackoverflow.com/questions/56779149/typescript-how-to-extract-nested-type