TextContentType type

Defines values for TextContentType. Possible values include: 'text/plain', 'text/html', 'text/xml', 'text/markdown'

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