TextFormat type

Defines values for TextFormat. Possible values include: 'Raw', 'Html'

type TextFormat = "Raw" | "Html"