Partager via


TextContentType1 type

Définit les valeurs de TextContentType1. Les valeurs possibles sont les suivantes : 'text/plain', 'text/html', 'text/xml', 'text/markdown'

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