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

interface DeleteActivityVariables {
    id: number;
}

Properties

Properties

id: number

id is a number representing the id of the activity.