Share via


TextContentType1 type

Defines values for TextContentType1. Possible values include: 'text/plain', 'text/html', 'text/xml', 'text/markdown'

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