ContentType type

ContentType の値を定義します。 使用可能な値は、'Image'、'Text'、'Video' です。

type ContentType = "Image" | "Text" | "Video"