共用方式為


TextContentType1 type

定義 TextContentType1 的值。 可能的值包括:'text/plain'、'text/html'、'text/xml'、'text/markdown'

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