Aracılığıyla paylaş


TextContentType1 type

TextContentType1 değerlerini tanımlar. Olası değerler şunlardır: 'text/plain', 'text/html', 'text/xml', 'text/markdown'

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