ContentType type

ContentType の値を定義します。 使用可能な値は、'html'、'text' です。

type ContentType = "html" | "text"