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;
}

Properties

Properties

customList?: string

customList is a string representing the custom list to delete.

type?: MediaType

type is a string representing the type of the media.