lemmy-js-client
    Preparing search index...

    Type Alias FollowCommunity

    Follow / subscribe to a community.

    type FollowCommunity = {
        community_id: CommunityId;
        follow: boolean;
    }
    Index

    Properties

    Properties

    community_id: CommunityId
    follow: boolean