lemmy-js-client
    Preparing search index...

    Type Alias PurgeCommunity

    Purges a community from the database. This will delete all content attached to that community.

    type PurgeCommunity = {
        community_id: CommunityId;
        reason?: string;
    }
    Index

    Properties

    community_id: CommunityId
    reason?: string