lemmy-js-client
    Preparing search index...

    Type Alias PendingFollow

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

    Properties

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