ContentType type

Defines values for ContentType. Possible values include: 'html', 'text'

type ContentType = "html" | "text"