lemmy-js-client
    Preparing search index...

    Type Alias AddModToCommunityResponse

    The response of adding a moderator to a community.

    type AddModToCommunityResponse = {
        moderators: CommunityModeratorView[];
    }
    Index

    Properties

    Properties