lemmy-js-client
    Preparing search index...

    Type Alias RemoveCommunity

    Remove a community (only doable by moderators).

    type RemoveCommunity = {
        community_id: CommunityId;
        reason?: string;
        removed: boolean;
    }
    Index

    Properties

    community_id: CommunityId
    reason?: string
    removed: boolean