AniLink - v1.29.2
    Preparing search index...

    ToggleFollowVariables is an interface representing the variables to toggle a follow. It includes a number representing the id of the user to follow.

    interface ToggleFollowVariables {
        userId: number;
    }
    Index
    userId: number

    userId is a number representing the id of the user to follow.