lemmy-js-client
    Preparing search index...

    Type Alias DeleteCommunity

    Delete your own community.

    type DeleteCommunity = {
        community_id: CommunityId;
        deleted: boolean;
    }
    Index

    Properties

    community_id: CommunityId
    deleted: boolean