Transcript
00:00 Alright. So now we're going to extend interfaces. So just like with types where you have the little ampersand to, do you know, combine different types together to make a single type, you can do a similar thing with interfaces using the extends keyword. So we're going to have you do that in this exercise, and then we'll go through it together when you're done.
