AniLink - v1.29.2
    Preparing search index...

    Interface LikeVariables

    LikeVariables is an interface representing the variables for the LikeQuery. It includes the id and type of the likeable item.

    interface LikeVariables {
        likeableId: number;
        type: LikeableType;
    }
    Index
    likeableId: number

    likeableId is a number representing the id of the likeable item.

    type is a string representing the type of the likeable item.