Share via


TextContentType type

Define valores para TextContentType. Os valores possíveis incluem: "texto/simples", "texto/html", "texto/xml", "texto/markdown"

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