namespace noosfero { export interface Activity { verb: string; } }