export namespace IFeatured { export interface Item { logo: string; description: string; url: string; } }