AniLink - v1.29.2
    Preparing search index...

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

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

    id is a number representing the id of the activity.