namespace noosfero { export interface RestResult { data: T | T[]; headers: Function; } }