TextContentType type
Définit des valeurs pour TextContentType. Les valeurs possibles sont les suivantes : 'text/plain', 'text/html', 'text/xml', 'text/markdown'
type TextContentType = "text/plain" | "text/html" | "text/xml" | "text/markdown"