TextContentType1 type

Menentukan nilai untuk TextContentType1. Nilai yang mungkin termasuk: 'text/plain', 'text/html', 'text/xml', 'text/markdown'

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