AniLink - v1.29.2
    Preparing search index...

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

    interface DeleteThreadVariables {
        id: number;
    }
    Index
    id: number

    id is a number representing the id of the activity.