import {ICountry} from './country'; import {ISectionTitle} from './sectionTitle'; export type IListItem = ICountry | ISectionTitle;