import { TypeInfo } from '../common/TypeInfo'; export interface InterfaceExtendsInfo { name: string | undefined; type: TypeInfo; }