TextContentType1 type
Definiuje wartości właściwości TextContentType1. Możliwe wartości to: "text/plain", "text/html", "text/xml", "text/markdown"
type TextContentType1 =
| "text/plain"
| "text/html"
| "text/xml"
| "text/markdown"