lemmy-js-client
    Preparing search index...

    Type Alias AddModToCommunity

    Add a moderator to a community.

    type AddModToCommunity = {
        added: boolean;
        community_id: CommunityId;
        person_id: PersonId;
    }
    Index

    Properties

    added: boolean
    community_id: CommunityId
    person_id: PersonId