AniLink - v1.29.2
    Preparing search index...

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

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

    id is a number representing the id of the activity.