TextContentType1 type

TextContentType1 の値を定義します。 指定できる値は、'text/plain'、'text/html'、'text/xml'、'text/markdown' です。

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