DeleteMediaListEntryMutation is an interface representing the variables to delete a media list entry. It includes the id of the media list entry to delete.

interface DeleteMediaListEntryVariables {
    id?: number;
}

Properties

Properties

id?: number

id is a number representing the media list entry ID.