lemmy-js-client
    Preparing search index...

    Type Alias AdminRemoveCommunity

    When a moderator removes a community.

    type AdminRemoveCommunity = {
        community_id: CommunityId;
        id: AdminRemoveCommunityId;
        mod_person_id: PersonId;
        published_at: string;
        reason: string;
        removed: boolean;
    }
    Index

    Properties

    community_id: CommunityId
    mod_person_id: PersonId
    published_at: string
    reason: string
    removed: boolean