Condividi tramite


TextContentType type

Definisce i valori per TextContentType. I valori possibili includono: 'text/plain', 'text/html', 'text/xml', 'text/markdown'

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