AniLink - v1.29.2
    Preparing search index...

    DeleteCustomListMutation is an interface representing the variables to delete a custom list. It includes the customList and type variables of the custom list to delete.

    interface DeleteCustomListVariables {
        customList?: string;
        type?: MediaType;
    }
    Index
    customList?: string

    customList is a string representing the custom list to delete.

    type?: MediaType

    type is a string representing the type of the media.