Compartir a través de


TextContentType type

Define valores para TextContentType. Los valores posibles son: 'text/plain', 'text/html', 'text/xml', 'text/markdown'

type TextContentType = "text/plain" | "text/html" | "text/xml" | "text/markdown"