body is a string representing the body content of the thread.
id is a number representing the unique identifier of the thread.
siteUrl is a string representing the URL of the site where the thread is posted.
title is a string representing the title of the thread.
BasicThreadis an interface representing a basic thread. It includes the id, title, body, and site url each having their own properties.