lemmy-js-client
    Preparing search index...

    Type Alias ModRemoveCommentView

    When a moderator removes a comment.

    type ModRemoveCommentView = {
        comment: Comment;
        community: Community;
        mod_remove_comment: ModRemoveComment;
        moderator?: Person;
        other_person: Person;
        post: Post;
    }
    Index

    Properties

    comment: Comment
    community: Community
    mod_remove_comment: ModRemoveComment
    moderator?: Person
    other_person: Person

    post

    post: Post