comment is an instance of BasicComment representing the comment associated with the thread notification.
commentId is a number representing the id of the comment associated with the thread notification.
context is a string representing the context of the thread notification.
createdAt is a number representing the timestamp when the thread notification was created.
id is a number representing the id of the thread notification.
thread is an instance of BasicThread representing the thread associated with the thread notification.
type is a string representing the type of the thread notification.
user is an instance of BasicUser representing the user associated with the thread notification.
userId is a number representing the id of the user associated with the thread notification.
ThreadNotificationis an interface representing a thread notification. It includes the id, userId, type, commentId, context, createdAt, thread, comment, and user each having their own properties.