/** * This is my interface. */ interface Foo extends Bar, Baz { prop1: number, prop2: string }