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

interface DeleteActivityReplyVariables {
    id: number;
}

Properties

Properties

id: number

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