Type Alias PendingFollow

PendingFollow: {
    community: Community;
    is_new_instance: boolean;
    person: Person;
    subscribed: SubscribedType;
}

Type declaration