DeleteThreadVariables is an interface representing the variables to delete a thread. It includes the thread id.

interface DeleteThreadVariables {
    id: number;
}

Properties

Properties

id: number

id is a number representing the id of the activity.