// good 接口内容不为空
interface Foo1 {
    foo: string;
}
