lemmy-js-client
    Preparing search index...

    Type Alias PendingFollowerView

    type PendingFollowerView = {
        community: Community;
        follow_state?: CommunityFollowerState;
        is_new_instance: boolean;
        person: Person;
    }
    Index

    Properties

    community: Community
    follow_state?: CommunityFollowerState
    is_new_instance: boolean
    person: Person