DeleteThreadCommentVariables is an interface representing the variables to delete a thread comment. It includes the id of the thread comment.

interface DeleteThreadCommentVariables {
    id: number;
}

Properties

Properties

id: number

id is a number representing the id of the activity.