Type Alias ModRemoveComment

ModRemoveComment: {
    comment_id: CommentId;
    id: ModRemoveCommentId;
    mod_person_id: PersonId;
    published: string;
    reason?: string;
    removed: boolean;
}

When a moderator removes a comment.

Type declaration