AniLink - v1.29.2
    Preparing search index...

    DeleteActivityReplyMutation is an interface representing the variables to delete an activity reply. It includes the activity reply id.

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

    id is a number representing the id of the activity reply.