lemmy-js-client
    Preparing search index...

    Type Alias ModTransferCommunity

    When a moderator transfers a community to a new owner.

    type ModTransferCommunity = {
        community_id: CommunityId;
        id: ModTransferCommunityId;
        mod_person_id: PersonId;
        other_person_id: PersonId;
        published_at: string;
    }
    Index

    Properties

    community_id: CommunityId
    mod_person_id: PersonId
    other_person_id: PersonId
    published_at: string