namespace noosfero { export interface CommentParagraph extends noosfero.Comment { paragraph_uuid?: string; } }