export interface TypeDetailInfo { importedFrom: string | undefined; name: string; preType: string | undefined; text: string; }