comment_paragraph.ts 126 Bytes
namespace noosfero {
    export interface CommentParagraph extends noosfero.Comment {
        paragraph_uuid?: string;
    }
}