I was reading Indexable Types in TypeScript. I was going through this example.
interface Animal { name: string; } interface Dog extends Animal { breed: s