Happy to take this on if you want to provide any guidance. ```js /** * This is a foo, what a nice foo it is. */ interface Foo extends Bar, Baz { prop1: number, prop2: string, } ```