lemmy-js-client
    Preparing search index...

    Type Alias CommunityView

    A community view.

    type CommunityView = {
        can_mod: boolean;
        community: Community;
        community_actions?: CommunityActions;
        post_tags: TagsView;
    }
    Index

    Properties

    can_mod: boolean
    community: Community
    community_actions?: CommunityActions

    post_tags

    post_tags: TagsView