Sdílet prostřednictvím


TextContentType1 type

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

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