Sdílet prostřednictvím


TextContentType type

Definuje hodnoty pro TextContentType. Mezi možné hodnoty patří: text/plain, text/html, text/xml, text/markdown.

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