Type Alias ModTransferCommunity

ModTransferCommunity: {
    community_id: CommunityId;
    id: ModTransferCommunityId;
    mod_person_id: PersonId;
    other_person_id: PersonId;
    published: string;
}

When a moderator transfers a community to a new owner.

Type declaration