lemmy-js-client
    Preparing search index...

    Type Alias TransferCommunity

    Transfer a community to a new owner.

    type TransferCommunity = {
        community_id: CommunityId;
        person_id: PersonId;
    }
    Index

    Properties

    community_id: CommunityId
    person_id: PersonId