AniLink - v1.29.2
    Preparing search index...

    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;
    }
    Index
    id?: number

    id is a number representing the media list entry ID.