namespace noosfero { export interface Profile { id: number; identifier: string; type: string; } }