comment_paragraph.ts 126 Bytes Edit Raw Blame History 1 2 3 4 5 namespace noosfero { export interface CommentParagraph extends noosfero.Comment { paragraph_uuid?: string; } }