Represent complex object shapes in TypeScript.
Continue your TypeScript learning journey with Learn TypeScript: Object Types. Object types are where TypeScript truly shines. Learn how to represent complex object shapes in TypeScript.
### Skills you’ll gain
* Create object types using `interface` keyword.
* Write organized and flexible code by defining multipe types.
* Define variable property names within an object type with index signatures.
### Notes on prerequisites
We recommend that you complete [Learn TypeScript: Type Narrowing](https://www.codecademy.com/learn/learn-typescript-type-narrowing) before starting this course.
Continue your TypeScript learning journey with Learn TypeScript: Object Types. Object types are where TypeScript truly shines. Learn how to represent complex object shapes in TypeScript.
### Skills you’ll gain
* Create object types using `interface` keyword.
* Write organized and flexible code by defining multipe types.
* Define variable property names within an object type with index signatures.
### Notes on prerequisites
We recommend that you complete [Learn TypeScript: Type Narrowing](https://www.codecademy.com/learn/learn-typescript-type-narrowing) before starting this course.