Compartilhar via


TextContentType type

Define valores para TextContentType. Os valores possíveis incluem: 'text/plain', 'text/html', 'text/xml', 'text/markdown'

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