lemmy-js-client
    Preparing search index...

    Type Alias ModRemovePost

    When a moderator removes a post.

    type ModRemovePost = {
        id: ModRemovePostId;
        mod_person_id: PersonId;
        post_id: PostId;
        published_at: string;
        reason?: string;
        removed: boolean;
    }
    Index

    Properties

    mod_person_id: PersonId

    post_id

    post_id: PostId
    published_at: string
    reason?: string
    removed: boolean