Interface ModRemoveCommentView

interface ModRemoveCommentView {
    comment: Comment;
    commenter: Person;
    community: Community;
    mod_remove_comment: ModRemoveComment;
    moderator?: Person;
    post: Post;
}

Properties

comment: Comment
commenter: Person
community: Community
mod_remove_comment: ModRemoveComment
moderator?: Person
post: Post