Udostępnij przez


TextContentType1 type

Definiuje wartości textContentType1. Możliwe wartości obejmują: "text/plain", "text/html", "text/xml", "text/markdown"

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