lemmy-js-client
    Preparing search index...

    Type Alias ApproveCommunityPendingFollower

    type ApproveCommunityPendingFollower = {
        approve: boolean;
        community_id: CommunityId;
        follower_id: PersonId;
    }
    Index

    Properties

    approve: boolean
    community_id: CommunityId
    follower_id: PersonId