interface FriendshipStatus {
    blocking: boolean;
}

Properties

Properties

blocking: boolean