namespace noosfero { export interface Article { id: number; path: string; profile: Profile; } }