SaveListActivityMutation is an interface representing the variables to save a list activity. It includes the customList and type variables of the list activity to save.
SaveListActivityMutation
customList
type
Optional
asHtml is a boolean representing whether the list activity is in HTML format.
asHtml
id is a number representing the id of the list activity.
id
locked is a boolean representing whether the list activity is locked.
locked
SaveListActivityMutation
is an interface representing the variables to save a list activity. It includes thecustomList
andtype
variables of the list activity to save.