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.
DeleteCustomListMutation
customList
type
Optional
customList is a string representing the custom list to delete.
type is a string representing the type of the media.
DeleteCustomListMutation
is an interface representing the variables to delete a custom list. It includes thecustomList
andtype
variables of the custom list to delete.